Log message makes sense now

pull/3113/head
Mark McDowall 8 years ago
parent 498a86f850
commit e4e3770e54

@ -26,7 +26,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
{ {
if (localEpisode.ExistingFile) if (localEpisode.ExistingFile)
{ {
_logger.Debug("{0} is in series folder, unpacking check", localEpisode.Path); _logger.Debug("{0} is in series folder, skipping unpacking check", localEpisode.Path);
return Decision.Accept(); return Decision.Accept();
} }

Loading…
Cancel
Save