The last of the LOG warnings I think.

This commit is contained in:
Jason Felds
2011-06-12 03:12:44 -04:00
parent fa599184e9
commit 720675637e
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ bool JsonUtil::LoadFromString(Json::Value &root, RString sData, RString &sErrorO
if (!parsingSuccessful)
{
RString err = reader.getFormatedErrorMessages();
sErrorOut = ssprintf("JSON: LoadFromFileShowErrors failed: %s", err.c_str());
LOG->Warn(sErrorOut);
LOG->Warn("JSON: LoadFromFileShowErrors failed: %s", err.c_str());
return false;
}
return true;