fixup warning message

This commit is contained in:
Antoine Beaupré 2015-10-17 09:58:40 -04:00
parent fb68c6ff70
commit 07e7f2dcad
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class AtticRepositoryUpgrader(Repository):
if os.path.exists(attic_file):
borg_file = os.path.join(borg_cache_dir, path)
if os.path.exists(borg_file):
logger.warning("borg cache file already exists in %s, not copying from Attic" % (borg_file))
logger.warning("borg cache file already exists in %s, not copying from Attic", borg_file)
else:
logger.info("copying attic cache file from %s to %s" % (attic_file, borg_file))
if not dryrun: