summaryrefslogtreecommitdiff
path: root/indra/newview/lllogchat.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2014-11-18 12:54:13 -0800
committerGraham Linden <graham@lindenlab.com>2014-11-18 12:54:13 -0800
commita882d7a02b9e8a58cdbfa945682a313718886ab4 (patch)
tree8de380c053fb15b0aa177384f3a611f2e3c84757 /indra/newview/lllogchat.cpp
parent962a342c65ff541baf0a066a47643c8b9fc172a4 (diff)
Fix for gpu_bench crash without parallels knock-on
Diffstat (limited to 'indra/newview/lllogchat.cpp')
-rwxr-xr-xindra/newview/lllogchat.cpp2
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();
}
}