minor: Comment out 2 error level debugging message in authentication code
parent
9ca86664bb
commit
c32ccfb520
|
@ -74,7 +74,7 @@ namespace OpenSim.Server.Handlers.Authentication
|
|||
protected override byte[] ProcessRequest(string path, Stream request,
|
||||
IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
|
||||
{
|
||||
m_log.Error("[XXX]: Authenticating...");
|
||||
// m_log.Error("[XXX]: Authenticating...");
|
||||
string[] p = SplitParams(path);
|
||||
|
||||
if (p.Length > 0)
|
||||
|
|
|
@ -108,7 +108,7 @@ namespace OpenSim.Services.Connectors
|
|||
|
||||
public bool Verify(UUID principalID, string token, int lifetime)
|
||||
{
|
||||
m_log.Error("[XXX]: Verify");
|
||||
// m_log.Error("[XXX]: Verify");
|
||||
Dictionary<string, object> sendData = new Dictionary<string, object>();
|
||||
sendData["LIFETIME"] = lifetime.ToString();
|
||||
sendData["PRINCIPAL"] = principalID.ToString();
|
||||
|
|
Loading…
Reference in New Issue