From 9ae823a757e6f48293fc99e647c51deb0eec946b Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 10 May 2018 15:44:46 +0200 Subject: [PATCH] btrbk: cosmetics: remove too chatty debug log --- btrbk | 3 --- 1 file changed, 3 deletions(-) diff --git a/btrbk b/btrbk index be6b56b..93e3c83 100755 --- a/btrbk +++ b/btrbk @@ -5524,9 +5524,6 @@ MAIN: vinfo_prefixed_keys("source", $svol), }; } - else { - DEBUG "ignoring subvolume with non-matching snapshot_name"; - } } } my $stats_total = $stats_correlated + $stats_incomplete + $stats_orphaned;