cleanup: move "processing files" message to expected place

(now possible as we do not lazy load the files cache any more)
This commit is contained in:
Thomas Waldmann 2018-03-08 04:21:58 +01:00 committed by Milkey Mouse
parent e2f71b5dc3
commit 232f051c10
No known key found for this signature in database
GPG Key ID: C6EF5A02F5647987
2 changed files with 1 additions and 3 deletions

View File

@ -1144,9 +1144,6 @@ class FilesystemObjectProcessors:
# read-special mode, but we better play safe as this was wrong in the past:
path_hash = None
known, ids = False, None
first_run = not cache.files and 'd' not in cache.cache_mode
if first_run:
logger.debug('Processing files ...')
chunks = None
if ids is not None:
# Make sure all ids are available

View File

@ -455,6 +455,7 @@ class Archiver:
skip_inodes.add((st.st_ino, st.st_dev))
except OSError:
pass
logger.debug('Processing files ...')
for path in args.paths:
if path == '-': # stdin
path = args.stdin_name