Apply logging flag to a spammy message that may have been overlooked.

No one needs to see every thread launch.....
0.8.0.3
Melanie 2014-04-24 01:44:11 +01:00
parent 5092cbd77e
commit 5dc0298f83
1 changed files with 1 additions and 1 deletions

View File

@ -2193,7 +2193,7 @@ namespace OpenSim.Framework
threadInfo.StackTrace = full; threadInfo.StackTrace = full;
threadInfo.LogThread = ShouldLogThread(partial); threadInfo.LogThread = ShouldLogThread(partial);
if (threadInfo.LogThread) if (loggingEnabled && threadInfo.LogThread)
{ {
m_log.DebugFormat("Queue threadfunc {0} (Queued {1}, Running {2}) {3}{4}", m_log.DebugFormat("Queue threadfunc {0} (Queued {1}, Running {2}) {3}{4}",
threadFuncNum, numQueued, numRunningThreadFuncs, threadFuncNum, numQueued, numRunningThreadFuncs,