Merge pull request #4161 from Ashmodei/1.1-maint-3561-backport

Added PATH::archive output for creation function on info log level. Backport to 1.1-maint
This commit is contained in:
TW 2018-11-09 11:49:51 +01:00 committed by GitHub
commit ccbcb4f1e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ class Archiver:
dry_run = args.dry_run
t0 = datetime.utcnow()
t0_monotonic = time.monotonic()
logger.info('Creating archive at "%s"' % args.location.orig)
if not dry_run:
with Cache(repository, key, manifest, do_files=args.cache_files, progress=args.progress,
lock_wait=self.lock_wait, permit_adhoc_cache=args.no_cache_sync,