From 5d81632b5d3a99557872c02130571d6c5af4593d Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 28 Aug 2020 16:42:34 +0200 Subject: [PATCH] btrbk: cosmetics on logging --- btrbk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/btrbk b/btrbk index a87f8b1..ead235f 100755 --- a/btrbk +++ b/btrbk @@ -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;