mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
added favicon.ico
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
@@ -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 |
Reference in New Issue
Block a user