mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-31 01:55:41 +01:00
Fixed: Another Log Statement duplicating on Sentry
This commit is contained in:
@@ -130,7 +130,7 @@ namespace NzbDrone.Core.MediaCover
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.Error(e, "Couldn't download media cover for " + movie);
|
||||
_logger.Error(e, "Couldn't download media cover for {0}", movie);
|
||||
}
|
||||
|
||||
EnsureResizedCovers(movie, cover, !alreadyExists);
|
||||
|
||||
Reference in New Issue
Block a user