mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-23 07:07:52 -04:00
Merge pull request #8184 from galqiwi/log_message_len_fix_1_4_x
changed insufficiently reserved length for log message (copy of #8152 for 1.4)
This commit is contained in:
commit
30fd46a53c
1 changed files with 1 additions and 1 deletions
|
|
@ -1594,7 +1594,7 @@ class Archiver:
|
|||
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue