Skip to content
Snippets Groups Projects
Commit 7f67e1d4 authored by Richard Linden's avatar Richard Linden
Browse files

fixed legacy usage of llendl

parent 80dfbbaa
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.
Finish editing this message first!
Please register or to comment