Fixed: Another Log Statement duplicating on Sentry

This commit is contained in:
Qstick 2019-09-01 10:52:01 -04:00
parent b2268c7452
commit b42004b32c
1 changed files with 1 additions and 1 deletions

View File

@ -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);