aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index b133ff3..c8a0c68 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -2193,7 +2193,7 @@ namespace OpenSim.Framework
2193 threadInfo.StackTrace = full; 2193 threadInfo.StackTrace = full;
2194 threadInfo.LogThread = ShouldLogThread(partial); 2194 threadInfo.LogThread = ShouldLogThread(partial);
2195 2195
2196 if (threadInfo.LogThread) 2196 if (loggingEnabled && threadInfo.LogThread)
2197 { 2197 {
2198 m_log.DebugFormat("Queue threadfunc {0} (Queued {1}, Running {2}) {3}{4}", 2198 m_log.DebugFormat("Queue threadfunc {0} (Queued {1}, Running {2}) {3}{4}",
2199 threadFuncNum, numQueued, numRunningThreadFuncs, 2199 threadFuncNum, numQueued, numRunningThreadFuncs,