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