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/Handlers/ApiHandler.cs

    r244 r247  
    3131                                resp.StatusCode = (int)HttpStatusCode.Forbidden;
    3232                                if (user != null) {
    33                                         Log.Out ("ApiHandler: user '{0}' not allowed to execute '{1}'", user.SteamID, apiName);
     33                                        //Log.Out ("ApiHandler: user '{0}' not allowed to execute '{1}'", user.SteamID, apiName);
    3434                                } else {
    35                                         Log.Out ("ApiHandler: unidentified user from '{0}' not allowed to execute '{1}'", req.RemoteEndPoint.Address, apiName);
     35                                        //Log.Out ("ApiHandler: unidentified user from '{0}' not allowed to execute '{1}'", req.RemoteEndPoint.Address, apiName);
    3636                                }
    3737                                return;
Note: See TracChangeset for help on using the changeset viewer.