mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Log message makes sense now
This commit is contained in:
parent
498a86f850
commit
e4e3770e54
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue