From f1694566132ca3ac6a1d17167a31997dc67a501e Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sun, 5 Jun 2022 20:17:59 +0200 Subject: [PATCH] btrbk: tidy logging --- btrbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btrbk b/btrbk index 035f2b1..af56962 100755 --- a/btrbk +++ b/btrbk @@ -3769,8 +3769,8 @@ sub get_best_parent($$$;@) if($strict_related && (!grep(exists($c_rel_id{$_->[0]{node}{id}}), @parent))) { # no relations by parent_uuid found - WARN "No related common parent found (by parent_uuid relationship) for: $svol->{PRINT}"; - WARN "Hint: setting option \"incremental\" to \"yes\" (instead of \"strict\") will use parent: " . join(", ", map { $_->[0]{PRINT} } @parent); + WARN "No related common parent found (by parent_uuid relationship) for: $svol->{PRINT}", + "Hint: setting option \"incremental\" to \"yes\" (instead of \"strict\") will use parent: " . join(", ", map $_->[0]{PRINT}, @parent); return undef; }