Skip to content

Commit

Permalink
Merge pull request #8184 from galqiwi/log_message_len_fix_1_4_x
Browse files Browse the repository at this point in the history
 changed insufficiently reserved length for log message (copy of #8152 for 1.4)
  • Loading branch information
ThomasWaldmann committed Apr 6, 2024
2 parents 60e2e1a + a8777e9 commit 30fd46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borg/archiver.py
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 30fd46a

Please sign in to comment.