* Stop a non WebException in an XMLRPC request from bringing down the whole sim

This commit is contained in:
Justin Clarke Casey
2008-11-04 20:47:59 +00:00
parent 03c402842a
commit c4fbb6453c

View File

@@ -677,7 +677,7 @@ namespace OpenSim.Region.Environment.Modules.Scripting.XMLRPC
}
}
}
catch (WebException we)
catch (Exception we)
{
sdata = we.Message;
m_log.Warn("[SendRemoteDataRequest]: Request failed");