aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
diff options
context:
space:
mode:
authorMelanie2013-03-03 11:40:46 +0100
committerMelanie2013-03-03 11:40:46 +0100
commit2ad72db0ecd834ca7071aa6038f209b64f79b868 (patch)
tree73dc2411c06f26255c49e53bf590ba5ba20aaeca /OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
parentReinstate uploading temporary textures (diff)
downloadopensim-SC_OLD-2ad72db0ecd834ca7071aa6038f209b64f79b868.zip
opensim-SC_OLD-2ad72db0ecd834ca7071aa6038f209b64f79b868.tar.gz
opensim-SC_OLD-2ad72db0ecd834ca7071aa6038f209b64f79b868.tar.bz2
opensim-SC_OLD-2ad72db0ecd834ca7071aa6038f209b64f79b868.tar.xz
Make a viewer sent XML error prettier
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
index a823dd8..707cc93 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
@@ -211,6 +211,10 @@ namespace OpenSim.Region.ClientStack.Linden
211 m_log.Error("Request: " + request); 211 m_log.Error("Request: " + request);
212 return; 212 return;
213 } 213 }
214 catch (System.Xml.XmlException)
215 {
216 m_log.ErrorFormat("[INVENTORY]: XML Format error");
217 }
214 218
215 ArrayList foldersrequested = (ArrayList)hash["folders"]; 219 ArrayList foldersrequested = (ArrayList)hash["folders"];
216 220