mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
Additional logging when an import decision cannot be made
This commit is contained in:
@@ -118,6 +118,11 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport
|
||||
decision = new ImportDecision(localEpisode, new Rejection("Unexpected error processing file"));
|
||||
}
|
||||
|
||||
if (decision == null)
|
||||
{
|
||||
_logger.Error("Unable to make a decision on {0}", file);
|
||||
}
|
||||
|
||||
return decision;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user