Ignore:
Timestamp:
Jul 26, 2015, 5:15:45 PM (9 years ago)
Author:
alloc
Message:

Fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/Web.cs

    r244 r247  
    164164                                                                        response.StatusCode = (int)HttpStatusCode.Forbidden;
    165165                                                                        if (conn != null) {
    166                                                                                 Log.Out ("Web.HandleRequest: user '{0}' not allowed to access '{1}'", conn.SteamID, kvp.Value.ModuleName);
     166                                                                                //Log.Out ("Web.HandleRequest: user '{0}' not allowed to access '{1}'", conn.SteamID, kvp.Value.ModuleName);
    167167                                                                        } else {
    168                                                                                 Log.Out ("Web.HandleRequest: unidentified user from '{0}' not allowed to access '{1}'", request.RemoteEndPoint.Address, kvp.Value.ModuleName);
     168                                                                                //Log.Out ("Web.HandleRequest: unidentified user from '{0}' not allowed to access '{1}'", request.RemoteEndPoint.Address, kvp.Value.ModuleName);
    169169                                                                        }
    170170                                                                } else {
Note: See TracChangeset for help on using the changeset viewer.