diff options
author | Diva Canto | 2009-10-05 11:49:21 -0700 |
---|---|---|
committer | Diva Canto | 2009-10-05 11:49:21 -0700 |
commit | 05b80185b9f74979eeab0d60ae4d7de56593264c (patch) | |
tree | aaa5dc5da478a834e4ddbeac0337410cac814eff /OpenSim/Server/Base | |
parent | More error catching/outputting. (diff) | |
download | opensim-SC_OLD-05b80185b9f74979eeab0d60ae4d7de56593264c.zip opensim-SC_OLD-05b80185b9f74979eeab0d60ae4d7de56593264c.tar.gz opensim-SC_OLD-05b80185b9f74979eeab0d60ae4d7de56593264c.tar.bz2 opensim-SC_OLD-05b80185b9f74979eeab0d60ae4d7de56593264c.tar.xz |
More debug to try to diagnose a problem with region registration.
Diffstat (limited to 'OpenSim/Server/Base')
-rw-r--r-- | OpenSim/Server/Base/ServerUtils.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Base/ServerUtils.cs b/OpenSim/Server/Base/ServerUtils.cs index 0964caa..9d9735e 100644 --- a/OpenSim/Server/Base/ServerUtils.cs +++ b/OpenSim/Server/Base/ServerUtils.cs | |||
@@ -260,7 +260,7 @@ namespace OpenSim.Server.Base | |||
260 | 260 | ||
261 | public static Dictionary<string, object> ParseXmlResponse(string data) | 261 | public static Dictionary<string, object> ParseXmlResponse(string data) |
262 | { | 262 | { |
263 | //m_log.DebugFormat("[XXX]: received xml string: {0}", data); | 263 | m_log.DebugFormat("[XXX]: received xml string: {0}", data); |
264 | 264 | ||
265 | Dictionary<string, object> ret = new Dictionary<string, object>(); | 265 | Dictionary<string, object> ret = new Dictionary<string, object>(); |
266 | 266 | ||