From f47456ae0b641570d4ed04b6842b3f4283341c6e Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 27 Apr 2016 21:19:40 +0200 Subject: [PATCH] Add inch sign --- MMDVMHost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMDVMHost.cpp b/MMDVMHost.cpp index 6802372..43927c5 100644 --- a/MMDVMHost.cpp +++ b/MMDVMHost.cpp @@ -588,7 +588,7 @@ void CMMDVMHost::createDisplay() std::string port = m_conf.getNextionPort(); 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(" Brightness: %u", brightness);