revert policy decision of showing all files listing only on debug

This commit is contained in:
Antoine Beaupré 2015-10-19 09:10:19 -04:00
parent 49d7c240a0
commit f9bccd1987
1 changed files with 1 additions and 1 deletions

View File

@ -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.