summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-09-13 11:28:51 -0700
committerRichard Linden <none@none>2013-09-13 11:28:51 -0700
commit42d66af3187994d729305fb332668610374bde30 (patch)
treee9e2de68afb16730ce04b721da0918cc943385a3 /indra/newview/llappviewer.cpp
parent5c7b84c682ea0f92f3f4389b0dbe758b8cadc6eb (diff)
FIX: SH-4499 Mac generates lots of 'Entering main_loop' log spam
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-xindra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 4eea1c873e..8f41f75c7d 100755
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1260,11 +1260,11 @@ LLTrace::TimeBlock FTM_FRAME("Frame");
bool LLAppViewer::mainLoop()
{
- LL_INFOS() << "Entering main_loop" << LL_ENDL;
#ifdef LL_DARWIN
if (!mMainLoopInitialized)
#endif
{
+ LL_INFOS() << "Entering main_loop" << LL_ENDL;
mMainloopTimeout = new LLWatchdogTimeout();
//-------------------------------------------