diff options
| author | Richard Linden <none@none> | 2013-09-13 11:28:51 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2013-09-13 11:28:51 -0700 | 
| commit | 42d66af3187994d729305fb332668610374bde30 (patch) | |
| tree | e9e2de68afb16730ce04b721da0918cc943385a3 | |
| parent | 5c7b84c682ea0f92f3f4389b0dbe758b8cadc6eb (diff) | |
FIX: SH-4499 Mac generates lots of 'Entering main_loop' log spam
| -rwxr-xr-x | indra/newview/llappviewer.cpp | 2 | 
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();  		//------------------------------------------- | 
