aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-05-27 23:18:33 +0100
committerJustin Clark-Casey (justincc)2014-05-27 23:18:33 +0100
commitc32ccfb520cb979988c6bbdc195b0977cced3d06 (patch)
treec38be77434614a3f8cfe4ce7eb0395ec16f1a585 /OpenSim/Server
parentMake RegionReady login disabled during initialization message a console messa... (diff)
downloadopensim-SC_OLD-c32ccfb520cb979988c6bbdc195b0977cced3d06.zip
opensim-SC_OLD-c32ccfb520cb979988c6bbdc195b0977cced3d06.tar.gz
opensim-SC_OLD-c32ccfb520cb979988c6bbdc195b0977cced3d06.tar.bz2
opensim-SC_OLD-c32ccfb520cb979988c6bbdc195b0977cced3d06.tar.xz
minor: Comment out 2 error level debugging message in authentication code
Diffstat (limited to 'OpenSim/Server')
-rw-r--r--OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs b/OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs
index e258dde..5d65f67 100644
--- a/OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs
+++ b/OpenSim/Server/Handlers/Authentication/AuthenticationServerPostHandler.cs
@@ -74,7 +74,7 @@ namespace OpenSim.Server.Handlers.Authentication
74 protected override byte[] ProcessRequest(string path, Stream request, 74 protected override byte[] ProcessRequest(string path, Stream request,
75 IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) 75 IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
76 { 76 {
77 m_log.Error("[XXX]: Authenticating..."); 77// m_log.Error("[XXX]: Authenticating...");
78 string[] p = SplitParams(path); 78 string[] p = SplitParams(path);
79 79
80 if (p.Length > 0) 80 if (p.Length > 0)