aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
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/Services
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/Services')
-rw-r--r--OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs b/OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs
index 56b6434..c8a4912 100644
--- a/OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs
+++ b/OpenSim/Services/Connectors/Authentication/AuthenticationServicesConnector.cs
@@ -108,7 +108,7 @@ namespace OpenSim.Services.Connectors
108 108
109 public bool Verify(UUID principalID, string token, int lifetime) 109 public bool Verify(UUID principalID, string token, int lifetime)
110 { 110 {
111 m_log.Error("[XXX]: Verify"); 111// m_log.Error("[XXX]: Verify");
112 Dictionary<string, object> sendData = new Dictionary<string, object>(); 112 Dictionary<string, object> sendData = new Dictionary<string, object>();
113 sendData["LIFETIME"] = lifetime.ToString(); 113 sendData["LIFETIME"] = lifetime.ToString();
114 sendData["PRINCIPAL"] = principalID.ToString(); 114 sendData["PRINCIPAL"] = principalID.ToString();