Skip to content
Snippets Groups Projects
Commit a6a40bd6 authored by Richard Linden's avatar Richard Linden
Browse files
parents c8067cfd 7f67e1d4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment