* Minor: Insert utility function to format raw xml strings into indented xml for debugging purposes

This commit is contained in:
Justin Clarke Casey
2008-05-09 15:51:02 +00:00
parent fe8f9a4b25
commit 6e2c7da018
3 changed files with 42 additions and 5 deletions

View File

@@ -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
}
}
}
}
}