Skip to content

Commit

Permalink
Merge pull request #8179 from galqiwi/log_message_len_fix_1_2_x
Browse files Browse the repository at this point in the history
changed insufficiently reserved length for log message (copy of #8152 for 1.2)
  • Loading branch information
ThomasWaldmann committed Apr 3, 2024
2 parents 2815093 + 5999a8f commit 56e892f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borg/archiver.py
Expand Up @@ -1619,7 +1619,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 56e892f

Please sign in to comment.