mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
minor: Comment out 2 error level debugging message in authentication code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user