1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-31 19:41:27 +00:00

Log message makes sense now

This commit is contained in:
Mark McDowall 2016-05-24 18:40:07 -07:00
parent 498a86f850
commit e4e3770e54

View file

@ -26,7 +26,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
{
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();
}