mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
for now, comment out some older or redundant log debug lines to make diagnostics easier
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user