From 952e41443aeaf14b7aaecd814f23edc0dd1b1e26 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sun, 2 Aug 2020 14:03:38 +0200 Subject: [PATCH] btrbk: always log target before source Consistent for send/receive and send-to-raw. --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 18ed45d..30361ac 100755 --- a/btrbk +++ b/btrbk @@ -1782,9 +1782,9 @@ sub btrfs_send_to_file($$$;$$) print STDOUT "Creating raw backup: $vol_received->{PRINT}\n" if($show_progress && (not $dryrun)); + INFO "[send-to-raw] target: $vol_received->{PRINT}"; INFO "[send-to-raw] source: $source->{PRINT}"; INFO "[send-to-raw] parent: $parent->{PRINT}" if($parent); - INFO "[send-to-raw] target: $vol_received->{PRINT}"; start_transaction("send-to-raw", vinfo_prefixed_keys("target", $vol_received),