mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
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:
@@ -201,6 +201,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
}
|
||||
return response;
|
||||
}
|
||||
|
||||
public XmlRpcResponse XmlRPCUserMovedtoRegion(XmlRpcRequest request, IPEndPoint remoteClient)
|
||||
{
|
||||
XmlRpcResponse response = new XmlRpcResponse();
|
||||
|
||||
Reference in New Issue
Block a user