mirror of https://github.com/borgbackup/borg.git
revert policy decision of showing all files listing only on debug
This commit is contained in:
parent
49d7c240a0
commit
f9bccd1987
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue