mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
added favicon.ico
This commit is contained in:
parent
5884460be7
commit
f0208174a7
4 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue