Skip to content

Commit

Permalink
changed log message reserved length (40->44)
Browse files Browse the repository at this point in the history
  • Loading branch information
galqiwi committed Apr 5, 2024
1 parent 60e2e1a commit a8777e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borg/archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ def checkpoint_func():
rule=kept_because[archive.id][0], num=kept_because[archive.id][1]
)
if args.output_list:
list_logger.info("{message:<40} {archive}".format(
list_logger.info("{message:<44} {archive}".format(
message=log_message, archive=format_archive(archive)
))
pi.finish()
Expand Down

0 comments on commit a8777e9

Please sign in to comment.