diff options
author | Justin Clark-Casey (justincc) | 2009-12-03 17:57:29 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-12-03 17:57:29 +0000 |
commit | d7dc0381b8e8f6335447542cc8451b4a3ad8c762 (patch) | |
tree | eecb0661c82d7c5c342bb781f80395592a924600 /OpenSim/Grid | |
parent | Log old position and region information when an orphaned child prim is found (diff) | |
download | opensim-SC-d7dc0381b8e8f6335447542cc8451b4a3ad8c762.zip opensim-SC-d7dc0381b8e8f6335447542cc8451b4a3ad8c762.tar.gz opensim-SC-d7dc0381b8e8f6335447542cc8451b4a3ad8c762.tar.bz2 opensim-SC-d7dc0381b8e8f6335447542cc8451b4a3ad8c762.tar.xz |
if an xml rpc method throws an exception, log as an error to the console as well as returning the exception to the caller
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs b/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs index f1ca7bf..7df9768 100644 --- a/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs +++ b/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs | |||
@@ -209,6 +209,7 @@ namespace OpenSim.Grid.UserServer.Modules | |||
209 | } | 209 | } |
210 | return response; | 210 | return response; |
211 | } | 211 | } |
212 | |||
212 | public XmlRpcResponse XmlRPCUserMovedtoRegion(XmlRpcRequest request, IPEndPoint remoteClient) | 213 | public XmlRpcResponse XmlRPCUserMovedtoRegion(XmlRpcRequest request, IPEndPoint remoteClient) |
213 | { | 214 | { |
214 | XmlRpcResponse response = new XmlRpcResponse(); | 215 | XmlRpcResponse response = new XmlRpcResponse(); |