mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 12:55:14 +01:00
Fixed: Another Log Statement duplicating on Sentry
This commit is contained in:
parent
b2268c7452
commit
b42004b32c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue