btrbk: tidy logging

pull/475/head
Axel Burri 2022-05-27 15:03:01 +02:00
parent 12f608d828
commit 04e0695429
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -5867,7 +5867,7 @@ MAIN:
@data = sort { $a->{subvol} cmp $b->{subvol} } @data;
}
INFO "Printing extents map set difference: (extents \\ extents-on-prev-line)";
INFO "Printing extents map set difference: (extents \\ extents-on-prev-line)" if $do_diff;
print_formatted("extent_diff", \@data, paragraph => 1);
print_formatted({ table => [ qw( a b ) ], RALIGN => { b=>1 } },
\@summary, output_format => "table", no_header => 1);