aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-12-03 17:57:29 +0000
committerJustin Clark-Casey (justincc)2009-12-03 18:05:42 +0000
commit504bfd87d5a769aaea3f7a8469254b6340487442 (patch)
treea464982a851fe0077e9d08048a2556efa5d16f7e /OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs
parent* Move code from that last commit to LLClientView since it's a linden client ... (diff)
downloadopensim-SC_OLD-504bfd87d5a769aaea3f7a8469254b6340487442.zip
opensim-SC_OLD-504bfd87d5a769aaea3f7a8469254b6340487442.tar.gz
opensim-SC_OLD-504bfd87d5a769aaea3f7a8469254b6340487442.tar.bz2
opensim-SC_OLD-504bfd87d5a769aaea3f7a8469254b6340487442.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/UserServer.Modules/MessageServersConnector.cs')
-rw-r--r--OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs b/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs
index f24cef6..3384952 100644
--- a/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs
+++ b/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs
@@ -201,6 +201,7 @@ namespace OpenSim.Grid.UserServer.Modules
201 } 201 }
202 return response; 202 return response;
203 } 203 }
204
204 public XmlRpcResponse XmlRPCUserMovedtoRegion(XmlRpcRequest request, IPEndPoint remoteClient) 205 public XmlRpcResponse XmlRPCUserMovedtoRegion(XmlRpcRequest request, IPEndPoint remoteClient)
205 { 206 {
206 XmlRpcResponse response = new XmlRpcResponse(); 207 XmlRpcResponse response = new XmlRpcResponse();