add debug
This commit is contained in:
parent
282b9de6a7
commit
5b12ad6758
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ class find_duplicate_files:
|
|||
files = { **files, **more_files }
|
||||
except PermissionError as error:
|
||||
self._log.warning(f"Permission denied accessing folder '{path}'")
|
||||
self._log.debug(f"Found {len(files)} files in '{path}'.")
|
||||
return files
|
||||
|
||||
def _init_log(self):
|
||||
|
|
Loading…
Reference in a new issue