added favicon.ico

This commit is contained in:
kay.one
2011-03-28 22:50:18 -07:00
parent 5884460be7
commit f0208174a7
4 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

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

After

Width:  |  Height:  |  Size: 76 KiB