mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
Updated NLog to v4.2.3.
This commit is contained in:
@@ -380,7 +380,7 @@ namespace NzbDrone.Core.Metadata
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.ErrorException("Couldn't download image " + url + " for " + series, e);
|
||||
_logger.Error(e, "Couldn't download image " + url + " for " + series);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user