mirror of
https://github.com/opensim/opensim.git
synced 2026-05-28 04:45:37 +08:00
Make a viewer sent XML error prettier
This commit is contained in:
@@ -211,6 +211,10 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
m_log.Error("Request: " + request);
|
||||
return;
|
||||
}
|
||||
catch (System.Xml.XmlException)
|
||||
{
|
||||
m_log.ErrorFormat("[INVENTORY]: XML Format error");
|
||||
}
|
||||
|
||||
ArrayList foldersrequested = (ArrayList)hash["folders"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user