From eac9ef9828e7c24cced26cdee6c1b52ace58cd82 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 15 Jul 2021 13:40:56 +0200 Subject: [PATCH] btrbk: print non-parseable btrfs mountpoint info only once --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 267d28c..578eae5 100755 --- a/btrbk +++ b/btrbk @@ -2117,7 +2117,7 @@ sub btrfs_mountpoint next; } unless($mnt->{mount_point} =~ /^$file_match$/) { - INFO "Ignoring non-parseable btrfs mountpoint on $vol->{MACHINE_ID}: \"$mnt->{mount_point}\""; + INFO_ONCE "Ignoring non-parseable btrfs mountpoint: $vol->{MACHINE_ID}$mnt->{mount_point}"; next; } unless($mnt->{MNTOPS}->{subvolid}) {