Richard Linden 2013-10-11 10:42:44 -07:00
commit a6a40bd69f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}