btrbk: cosmetics on logging

lsbtr-related
Axel Burri 2020-08-28 16:42:34 +02:00
parent 5c32ced7d6
commit 5d81632b5d
1 changed files with 1 additions and 3 deletions

4
btrbk
View File

@ -5459,10 +5459,9 @@ MAIN:
DEBUG "Listing $count_added/" . (scalar(@$subvol_list) + 1) . " subvolumes for btrfs mount: $vol->{PRINT}";
}
else {
DEBUG "Skipping mount point: $mnt_path (fs_type=$mnt->{fs_type})";
TRACE "Skipping mount point: $mnt_path (fs_type=$mnt->{fs_type})";
}
last if($root_path =~ /^\Q$mnt_path\E/);
push @mnt_path_hidden, $mnt_path;
}
@ -5473,7 +5472,6 @@ MAIN:
($a->{path} cmp $b->{path})
} values %data_uniq;
$output_format ||= "short";
# dont print headers for empty list
print_formatted("fs_list", \@sorted, no_header => !scalar(@sorted));
exit $exit_status;