Browse Source

revert policy decision of showing all files listing only on debug

Antoine Beaupré 9 years ago
parent
commit
f9bccd1987
1 changed files with 1 additions and 1 deletions
  1. 1 1
      borg/archiver.py

+ 1 - 1
borg/archiver.py

@@ -57,7 +57,7 @@ class Archiver:
         logger.info(msg)
 
     def print_status(self, status, path):
-        logger.debug("%1s %s", status, remove_surrogates(path))
+        logger.info("%1s %s", status, remove_surrogates(path))
 
     def do_serve(self, args):
         """Start in server mode. This command is usually not used manually.