btrbk: action origin: print uuid of unknown subvolumes

pull/293/head
Axel Burri 2019-07-15 18:36:12 +02:00
parent 5afa270577
commit fb3d4d96ff
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -4759,7 +4759,7 @@ sub _origin_tree
}
}
else {
push(@$lines,{ tree => "${prefix_spaces} ^-- <unknown>" });
push(@$lines,{ tree => "${prefix_spaces} ^-- <unknown uuid=$node->{parent_uuid}>" });
}
}