Make a viewer sent XML error prettier
parent
adf03ad2e5
commit
2ad72db0ec
|
@ -211,6 +211,10 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
m_log.Error("Request: " + request);
|
m_log.Error("Request: " + request);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
catch (System.Xml.XmlException)
|
||||||
|
{
|
||||||
|
m_log.ErrorFormat("[INVENTORY]: XML Format error");
|
||||||
|
}
|
||||||
|
|
||||||
ArrayList foldersrequested = (ArrayList)hash["folders"];
|
ArrayList foldersrequested = (ArrayList)hash["folders"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue