|
|
@@ -2016,7 +2016,8 @@ void ResourceWatcherFSM::DetectAutoStartFileAndWarn()
|
|
|
toolkit_array_free2(arr);
|
|
|
}
|
|
|
}
|
|
|
- LogWarn(Severity_Low, Error_Debug, LOG_INFO_AUTOSTART_FILESTATUS, CSimpleStringA::Format("{\"subject\":\"autostart_file\",\"username\":\"%s\",\"user\":\"%d\",\"public\":\"%s\"}"
|
|
|
+ LogWarn(Severity_Low, Error_Debug, LOG_INFO_AUTOSTART_FILESTATUS
|
|
|
+ , CSimpleStringA::Format("{\"subject\":\"autostart_file\",\"username\":\"%s\",\"user\":\"%s\",\"public\":\"%s\"}"
|
|
|
,infoBuf, fileContents[0].GetData(), fileContents[1].GetData()));
|
|
|
}
|
|
|
}
|