Apply logging flag to a spammy message that may have been overlooked.
No one needs to see every thread launch.....0.8.0.3
parent
5092cbd77e
commit
5dc0298f83
|
@ -2193,7 +2193,7 @@ namespace OpenSim.Framework
|
|||
threadInfo.StackTrace = full;
|
||||
threadInfo.LogThread = ShouldLogThread(partial);
|
||||
|
||||
if (threadInfo.LogThread)
|
||||
if (loggingEnabled && threadInfo.LogThread)
|
||||
{
|
||||
m_log.DebugFormat("Queue threadfunc {0} (Queued {1}, Running {2}) {3}{4}",
|
||||
threadFuncNum, numQueued, numRunningThreadFuncs,
|
||||
|
|
Loading…
Reference in New Issue