From 79b6a662f26c430ae81bd3aa86e59085ab1ed363 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 28 Jul 2022 13:44:42 +0200 Subject: [PATCH] btrbk: fix missing error in action "ls" --- btrbk | 1 + 1 file changed, 1 insertion(+) diff --git a/btrbk b/btrbk index f1e855c..135582c 100755 --- a/btrbk +++ b/btrbk @@ -5796,6 +5796,7 @@ MAIN: foreach my $root_vol (@subvol_args) { my ($root_path, $mountpoint) = vinfo_mountpoint($root_vol); unless($mountpoint) { + ERROR "Failed to read filesystem details for: $root_vol->{PRINT}", @stderr; $exit_status = 1; next; }