mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* Minor: Insert utility function to format raw xml strings into indented xml for debugging purposes
This commit is contained in:
@@ -269,8 +269,9 @@ namespace OpenSim.Framework.Communications.Capabilities
|
||||
{
|
||||
response = "<llsd><map><key>folders</key><array>" + response + "</array></map></llsd>";
|
||||
}
|
||||
|
||||
//m_log.DebugFormat("[AGENT INVENTORY]: Replying to CAPS fetch inventory request {0}", response);
|
||||
|
||||
//m_log.DebugFormat("[AGENT INVENTORY]: Replying to CAPS fetch inventory request with following xml");
|
||||
//m_log.Debug(Util.GetFormattedXml(response));
|
||||
|
||||
return response;
|
||||
}
|
||||
@@ -960,4 +961,4 @@ namespace OpenSim.Framework.Communications.Capabilities
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user