mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Another Log Statement duplicating on Sentry
This commit is contained in:
parent
b2268c7452
commit
b42004b32c
@ -130,7 +130,7 @@ private void EnsureCovers(Movie movie, int retried = 0)
|
||||
}
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user