added favicon.ico

This commit is contained in:
kay.one 2011-03-28 22:50:18 -07:00
commit f0208174a7
4 changed files with 1 additions and 1 deletions

View file

@ -54,7 +54,7 @@ namespace NzbDrone.Web
var lastError = Server.GetLastError();
if (lastError is HttpException)
{
Logger.WarnException(lastError.Message, lastError);
Logger.WarnException(String.Format("{0}. URL[{1}]", lastError.Message, Request.Path), lastError);
}
else
{