mirror of https://github.com/digint/btrbk
btrbk: print non-parseable btrfs mountpoint info only once
parent
db4f96ba65
commit
eac9ef9828
2
btrbk
2
btrbk
|
@ -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}) {
|
||||||
|
|
Loading…
Reference in New Issue