mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +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)
|
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);
|
EnsureResizedCovers(movie, cover, !alreadyExists);
|
||||||
|
Loading…
Reference in New Issue
Block a user