for now, comment out some older or redundant log debug lines to make diagnostics easier

This commit is contained in:
Justin Clark-Casey (justincc)
2010-10-29 21:49:26 +01:00
parent f19816aeb9
commit bcd784b316
4 changed files with 6 additions and 6 deletions

View File

@@ -324,7 +324,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
if (threadrunning) return;
threadrunning = true;
m_log.Debug("[WORLD MAP]: Starting remote MapItem request thread");
// m_log.Debug("[WORLD MAP]: Starting remote MapItem request thread");
Watchdog.StartThread(process, "MapItemRequestThread", ThreadPriority.BelowNormal, true);
}