mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
for now, comment out some older or redundant log debug lines to make diagnostics easier
This commit is contained in:
@@ -88,7 +88,7 @@ namespace OpenSim.Services.PresenceService
|
||||
|
||||
public bool ReportAgent(UUID sessionID, UUID regionID)
|
||||
{
|
||||
m_log.DebugFormat("[PRESENCE SERVICE]: ReportAgent with session {0} in region {1}", sessionID, regionID);
|
||||
// m_log.DebugFormat("[PRESENCE SERVICE]: ReportAgent with session {0} in region {1}", sessionID, regionID);
|
||||
try
|
||||
{
|
||||
PresenceData pdata = m_Database.Get(sessionID);
|
||||
|
||||
Reference in New Issue
Block a user