diff options
author | Richard Linden <none@none> | 2013-10-11 10:42:32 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-11 10:42:32 -0700 |
commit | 7f67e1d4a42037a902a547aef845b46c38f33f2a (patch) | |
tree | 8e5ca33d2b2c8e1ec27e6bace0d4513fba58ccc3 /indra/llcommon/llthread.cpp | |
parent | 80dfbbaacd82179e54163ed48b1bc444e3becbd5 (diff) |
fixed legacy usage of llendl
Diffstat (limited to 'indra/llcommon/llthread.cpp')
-rwxr-xr-x | indra/llcommon/llthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llthread.cpp b/indra/llcommon/llthread.cpp index 3f2127762e..cbf78bb363 100755 --- a/indra/llcommon/llthread.cpp +++ b/indra/llcommon/llthread.cpp @@ -109,7 +109,7 @@ LL_COMMON_API void assert_main_thread() if (LLThread::currentID() != s_thread_id) { LL_WARNS() << "Illegal execution from thread id " << (S32) LLThread::currentID() - << " outside main thread " << (S32) s_thread_id << llendl; + << " outside main thread " << (S32) s_thread_id << LL_ENDL; } } |