mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-02 18:22:17 -05:00
Log message makes sense now
This commit is contained in:
@@ -26,7 +26,7 @@ public Decision IsSatisfiedBy(LocalEpisode localEpisode)
|
||||
{
|
||||
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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user