diff options
| author | Northspring <pantera.polnocy@phoenixviewer.com> | 2014-12-06 07:14:12 +0100 |
|---|---|---|
| committer | Northspring <pantera.polnocy@phoenixviewer.com> | 2014-12-06 07:14:12 +0100 |
| commit | 09e94a2b5d0bf6feb8b2a4f8ad86346f0201714d (patch) | |
| tree | de628a57f9421e4f1cf9d92f28018c267187fc31 /indra/newview/lllogchat.cpp | |
| parent | ca41d54386ccd5f02ed41dcdccf3b866da055499 (diff) | |
| parent | 6d48db868f7459fcf5f0e89d830a844e409d4163 (diff) | |
Merge
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(); } } |
