mirror of https://github.com/Sonarr/Sonarr
added favicon.ico
This commit is contained in:
parent
5884460be7
commit
f0208174a7
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 |
Loading…
Reference in New Issue