diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2014-11-20 16:25:11 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2014-11-20 16:25:11 -0500 |
commit | 44f5d7320952de2c4c7e1062b1c02c2f521400fa (patch) | |
tree | c4206e2479a35c0de881129671a4961158b60d7f /indra/newview/lllogchat.cpp | |
parent | 28a2d9667d472f050709e2ff2c0a8d50bbc7e03b (diff) |
STORM-2086 Convert old style llinfos and llwarns to new format
Diffstat (limited to 'indra/newview/lllogchat.cpp')
-rwxr-xr-x | indra/newview/lllogchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp index 06e517a861..cadbc16f1e 100755 --- a/indra/newview/lllogchat.cpp +++ b/indra/newview/lllogchat.cpp @@ -1022,7 +1022,7 @@ void LLLoadHistoryThread::run() { loadHistory(mFileName, mMessages, mLoadParams); int count = mMessages->size(); - llinfos << "mMessages->size(): " << count << llendl; + LL_INFOS() << "mMessages->size(): " << count << LL_ENDL; setFinished(); } } |