Browse Source

Z991239-2055 #comment fix: 解决日志存在乱码问题

陈礼鹏80274480 4 years ago
parent
commit
2d9d2f045d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/mod_customeraware/mod_customeraware.cpp

+ 1 - 1
Module/mod_customeraware/mod_customeraware.cpp

@@ -76,7 +76,7 @@ public:
 			else
 			else
 			{
 			{
 				Func->GetSysVar(SYSVAR_DESKTOPTYPE, strValue);
 				Func->GetSysVar(SYSVAR_DESKTOPTYPE, strValue);
-				Dbg("Desktop type is : %c",strValue.GetData());
+				Dbg("Desktop type is : %s",strValue.GetData());
 			}
 			}
 		}
 		}