aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs
diff options
context:
space:
mode:
authorDiva Canto2016-06-13 20:35:40 -0700
committerDiva Canto2016-06-13 20:35:40 -0700
commitb5f29e93f6345987c0b9b8d6496b489e7336039b (patch)
treefd302881426742a71ccfe70db7bdd0d2503d59d6 /OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC-b5f29e93f6345987c0b9b8d6496b489e7336039b.zip
opensim-SC-b5f29e93f6345987c0b9b8d6496b489e7336039b.tar.gz
opensim-SC-b5f29e93f6345987c0b9b8d6496b489e7336039b.tar.bz2
opensim-SC-b5f29e93f6345987c0b9b8d6496b489e7336039b.tar.xz
More debug to diagnose osgrid
Diffstat (limited to 'OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs')
-rw-r--r--OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs1
1 files changed, 1 insertions, 0 deletions
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
70 sr.Close(); 70 sr.Close();
71 body = body.Trim(); 71 body = body.Trim();
72 72
73 m_log.DebugFormat("[TEST]: ProcessRequest client IP is {0}", httpRequest.RemoteIPEndPoint.ToString());
73 //m_log.DebugFormat("[XXX]: query String: {0}", body); 74 //m_log.DebugFormat("[XXX]: query String: {0}", body);
74 75
75 try 76 try