Changeset 138


Ignore:
Timestamp:
Aug 27, 2014, 7:00:06 PM (10 years ago)
Author:
alloc
Message:

Fixes

Location:
binary-improvements
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/NetConnections/Servers/Web/StaticHandler.cs

    r134 r138  
    3636                                                                resp.StatusCode = (int)HttpStatusCode.NotFound;
    3737                                                                if (logMissingFiles)
    38                                                                         Log.Out ("Web:Static:FileNotFound: " + req.Url.AbsolutePath);
     38                                                                        Log.Out ("Web:Static:FileNotFound: \"" + req.Url.AbsolutePath + "\" @ \"" + datapath + "/" + fn + "\"");
    3939                                                                return;
    4040                                                        }
     
    5151                                                resp.StatusCode = (int)HttpStatusCode.NotFound;
    5252                                                if (logMissingFiles)
    53                                                         Log.Out ("Web:Static:FileNotFound: " + req.Url.AbsolutePath);
     53                                                        Log.Out ("Web:Static:FileNotFound: \"" + req.Url.AbsolutePath + "\" @ \"" + datapath + "/" + fn + "\"");
    5454                                                return;
    5555                                        }
Note: See TracChangeset for help on using the changeset viewer.