Add inch sign

This commit is contained in:
phl0
2016-04-27 21:19:40 +02:00
parent 94aa27cc4b
commit f47456ae0b

View File

@@ -588,7 +588,7 @@ void CMMDVMHost::createDisplay()
std::string port = m_conf.getNextionPort(); std::string port = m_conf.getNextionPort();
unsigned int brightness = m_conf.getNextionBrightness(); unsigned int brightness = m_conf.getNextionBrightness();
LogInfo(" Size: %s", size.c_str()); LogInfo(" Size: %s\"", size.c_str());
LogInfo(" Port: %s", port.c_str()); LogInfo(" Port: %s", port.c_str());
LogInfo(" Brightness: %u", brightness); LogInfo(" Brightness: %u", brightness);