From b5f29e93f6345987c0b9b8d6496b489e7336039b Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Mon, 13 Jun 2016 20:35:40 -0700 Subject: More debug to diagnose osgrid --- OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs') diff --git a/OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs b/OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs index 86fda36..3c9570c 100644 --- a/OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs +++ b/OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs @@ -70,6 +70,7 @@ namespace OpenSim.Server.Handlers.Grid sr.Close(); body = body.Trim(); + m_log.DebugFormat("[TEST]: ProcessRequest client IP is {0}", httpRequest.RemoteIPEndPoint.ToString()); //m_log.DebugFormat("[XXX]: query String: {0}", body); try -- cgit v1.1