mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Apply logging flag to a spammy message that may have been overlooked.
No one needs to see every thread launch.....
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user