if an xml rpc method throws an exception, log as an error to the console as well as returning the exception to the caller

This commit is contained in:
Justin Clark-Casey (justincc)
2009-12-03 17:57:29 +00:00
parent b2fdf11d51
commit d7dc0381b8
2 changed files with 12 additions and 3 deletions

View File

@@ -209,6 +209,7 @@ namespace OpenSim.Grid.UserServer.Modules
}
return response;
}
public XmlRpcResponse XmlRPCUserMovedtoRegion(XmlRpcRequest request, IPEndPoint remoteClient)
{
XmlRpcResponse response = new XmlRpcResponse();