mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00:00
parent
4d2143e9b2
commit
66ddd08684
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ public LocalMovie Augment(LocalMovie localMovie, DownloadClientItem downloadClie
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.Warn(ex, ex.Message);
|
var message = $"Unable to augment information for file: '{localMovie.Path}'. Movie: {localMovie.Movie} Error: {ex.Message}";
|
||||||
|
|
||||||
|
_logger.Warn(ex, message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue