mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff2e-4fc1-9995-613c6256cc98>: Invalid character 'O' in input string messages
These are just the result of an attempt to canonicalize received messages - it's not important that we constantly log them. Also finally get the deregister grid service message working properly
This commit is contained in:
@@ -249,7 +249,7 @@ namespace OpenSim.Services.GridService
|
||||
return false;
|
||||
|
||||
m_log.DebugFormat(
|
||||
"[GRID SERVICE]: Degistering region {0} ({1}) at {2}-{3}",
|
||||
"[GRID SERVICE]: Deregistering region {0} ({1}) at {2}-{3}",
|
||||
region.RegionName, region.RegionID, region.coordX, region.coordY);
|
||||
|
||||
int flags = Convert.ToInt32(region.Data["flags"]);
|
||||
@@ -296,7 +296,7 @@ namespace OpenSim.Services.GridService
|
||||
}
|
||||
}
|
||||
|
||||
m_log.DebugFormat("[GRID SERVICE]: region {0} has {1} neighbours", region.RegionName, rinfos.Count);
|
||||
// m_log.DebugFormat("[GRID SERVICE]: region {0} has {1} neighbours", region.RegionName, rinfos.Count);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user