Skip to content

Commit baead75

Browse files
authored
Removed warning log message displayed for non-existing excluded directories. (#1795)
1 parent 3e0b8c0 commit baead75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

czkawka_core/src/common/directories.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl Directories {
7979
break;
8080
}
8181

82-
let (dir, msg) = Self::canonicalize_and_clear_path(&path, false);
82+
let (dir, msg) = Self::canonicalize_and_clear_path(&path, is_excluded);
8383

8484
messages.extend_with_another_messages(msg);
8585

0 commit comments

Comments
 (0)