More debug to try to diagnose a problem with region registration.

This commit is contained in:
Diva Canto
2009-10-05 11:49:21 -07:00
parent 5f18a088a8
commit 05b80185b9
2 changed files with 7 additions and 2 deletions

View File

@@ -260,7 +260,7 @@ namespace OpenSim.Server.Base
public static Dictionary<string, object> ParseXmlResponse(string data)
{
//m_log.DebugFormat("[XXX]: received xml string: {0}", data);
m_log.DebugFormat("[XXX]: received xml string: {0}", data);
Dictionary<string, object> ret = new Dictionary<string, object>();