btrbk: print non-parseable btrfs mountpoint info only once

pull/409/head
Axel Burri 2021-07-15 13:40:56 +02:00
parent db4f96ba65
commit eac9ef9828
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -2117,7 +2117,7 @@ sub btrfs_mountpoint
next; next;
} }
unless($mnt->{mount_point} =~ /^$file_match$/) { 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; next;
} }
unless($mnt->{MNTOPS}->{subvolid}) { unless($mnt->{MNTOPS}->{subvolid}) {