aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2016-06-13 20:40:47 -0700
committerDiva Canto2016-06-13 20:40:47 -0700
commit4be4e98525c47f55fb113901b01b5c1d9695a9fd (patch)
tree0b8bb99494895b5c40aa4ea83660dd79e22d2577 /OpenSim
parentRevert "More debug to diagnose osgrid" (diff)
downloadopensim-SC_OLD-4be4e98525c47f55fb113901b01b5c1d9695a9fd.zip
opensim-SC_OLD-4be4e98525c47f55fb113901b01b5c1d9695a9fd.tar.gz
opensim-SC_OLD-4be4e98525c47f55fb113901b01b5c1d9695a9fd.tar.bz2
opensim-SC_OLD-4be4e98525c47f55fb113901b01b5c1d9695a9fd.tar.xz
Revert "Add a few more debug messages to diagnose problems in OSGrid's proxy use"
This reverts commit 2d2414adcfcf50ba1398f889c0ca301b3409e317.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Server/Handlers/Login/LLLoginHandlers.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs b/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs
index 48571e3..5d672c3 100644
--- a/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs
+++ b/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs
@@ -63,18 +63,13 @@ namespace OpenSim.Server.Handlers.Login
63 63
64 public XmlRpcResponse HandleXMLRPCLogin(XmlRpcRequest request, IPEndPoint remoteClient) 64 public XmlRpcResponse HandleXMLRPCLogin(XmlRpcRequest request, IPEndPoint remoteClient)
65 { 65 {
66 m_log.DebugFormat("[TEST]: HandleXMLRPCLogin from {0}", remoteClient.ToString());
67 Hashtable requestData = (Hashtable)request.Params[0]; 66 Hashtable requestData = (Hashtable)request.Params[0];
68 if (m_Proxy && request.Params[3] != null) 67 if (m_Proxy && request.Params[3] != null)
69 { 68 {
70 m_log.DebugFormat("[TEST]: Proxy ! {0}", request.Params[3]);
71 IPEndPoint ep = Util.GetClientIPFromXFF((string)request.Params[3]); 69 IPEndPoint ep = Util.GetClientIPFromXFF((string)request.Params[3]);
72 if (ep != null) 70 if (ep != null)
73 {
74 // Bang! 71 // Bang!
75 remoteClient = ep; 72 remoteClient = ep;
76 m_log.DebugFormat("[TEST]: IP is {0}", remoteClient.ToString());
77 }
78 } 73 }
79 74
80 if (requestData != null) 75 if (requestData != null)