diff options
author | Justin Clark-Casey (justincc) | 2009-10-05 20:20:00 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-10-05 20:20:00 +0100 |
commit | 0f93ea5d9579e81df48c3d800bb0bb1d6d3bdc2f (patch) | |
tree | e0a7033458b4bb0545f4c7f7d8aecc445fd276b3 /OpenSim/Server/Base | |
parent | change default ports for inventory and grid connectors in example .ini files ... (diff) | |
parent | Fixed bug introduced in one of the last commits. (diff) | |
download | opensim-SC-0f93ea5d9579e81df48c3d800bb0bb1d6d3bdc2f.zip opensim-SC-0f93ea5d9579e81df48c3d800bb0bb1d6d3bdc2f.tar.gz opensim-SC-0f93ea5d9579e81df48c3d800bb0bb1d6d3bdc2f.tar.bz2 opensim-SC-0f93ea5d9579e81df48c3d800bb0bb1d6d3bdc2f.tar.xz |
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
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 | ||