This commit is contained in:
Antonio J. Delgado 2023-01-25 17:06:02 +02:00
parent 2f5977a8fc
commit 06a897f6c2

View file

@ -110,7 +110,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. Cache contains {self._cache_size()} records.")
self._log.debug(f"Found {len(files)} files in '{path}'. Cache contains {self._cache_size()} records.")
return files
def _init_log(self):