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:
Justin Clark-Casey (justincc)
2011-11-19 01:16:07 +00:00
parent 21353de9b7
commit 10a23a823e
6 changed files with 13 additions and 10 deletions

View File

@@ -369,7 +369,7 @@ namespace OpenSim.Services.Connectors.Simulation
/// </summary>
public bool CloseAgent(GridRegion destination, UUID id)
{
// m_log.DebugFormat("[REMOTE SIMULATION CONNECTOR]: CloseAgent start");
// m_log.DebugFormat("[REMOTE SIMULATION CONNECTOR]: CloseAgent start");
string uri = destination.ServerURI + AgentPath() + id + "/" + destination.RegionID.ToString() + "/";