btrbk: always log target before source

Consistent for send/receive and send-to-raw.
lsbtr-related
Axel Burri 2020-08-02 14:03:38 +02:00
parent c11ab1507d
commit 952e41443a
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -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),