diff options
author | Justin Clarke Casey | 2008-11-04 20:47:59 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-04 20:47:59 +0000 |
commit | c4fbb6453c3aa9a9692fdb577cefc6dde3cc6a81 (patch) | |
tree | be654564b89ca94212479bb2162acc31e58869c0 /OpenSim/Region/Environment | |
parent | * Stop a problem in the DotNetEngine event queue thread from immediately brin... (diff) | |
download | opensim-SC_OLD-c4fbb6453c3aa9a9692fdb577cefc6dde3cc6a81.zip opensim-SC_OLD-c4fbb6453c3aa9a9692fdb577cefc6dde3cc6a81.tar.gz opensim-SC_OLD-c4fbb6453c3aa9a9692fdb577cefc6dde3cc6a81.tar.bz2 opensim-SC_OLD-c4fbb6453c3aa9a9692fdb577cefc6dde3cc6a81.tar.xz |
* Stop a non WebException in an XMLRPC request from bringing down the whole sim
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Scripting/XMLRPC/XMLRPCModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Scripting/XMLRPC/XMLRPCModule.cs b/OpenSim/Region/Environment/Modules/Scripting/XMLRPC/XMLRPCModule.cs index 85aa344..6ba2f0f 100644 --- a/OpenSim/Region/Environment/Modules/Scripting/XMLRPC/XMLRPCModule.cs +++ b/OpenSim/Region/Environment/Modules/Scripting/XMLRPC/XMLRPCModule.cs | |||
@@ -677,7 +677,7 @@ namespace OpenSim.Region.Environment.Modules.Scripting.XMLRPC | |||
677 | } | 677 | } |
678 | } | 678 | } |
679 | } | 679 | } |
680 | catch (WebException we) | 680 | catch (Exception we) |
681 | { | 681 | { |
682 | sdata = we.Message; | 682 | sdata = we.Message; |
683 | m_log.Warn("[SendRemoteDataRequest]: Request failed"); | 683 | m_log.Warn("[SendRemoteDataRequest]: Request failed"); |