Fixes to gcc and debugs and such.

This commit is contained in:
Lirusaito
2016-02-15 16:35:31 -05:00
parent 731e907653
commit c3e593c20e
5 changed files with 10 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ public:
Json::Reader reader;
if (!reader.parse(body, root))
{
LL_WARNS() << "Failed to parse upload config: " << reader.getFormatedErrorMessages() << LL_ENDL;
LL_WARNS() << "Failed to parse upload config: " << reader.getFormattedErrorMessages() << LL_ENDL;
LLWebProfile::reportImageUploadStatus(false);
return;
}