From fb3d4d96ff6355d9bbdee5ea0cec3a6dd24015a0 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Mon, 15 Jul 2019 18:36:12 +0200 Subject: [PATCH] btrbk: action origin: print uuid of unknown subvolumes --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 256fb6a..71da642 100755 --- a/btrbk +++ b/btrbk @@ -4759,7 +4759,7 @@ sub _origin_tree } } else { - push(@$lines,{ tree => "${prefix_spaces} ^-- " }); + push(@$lines,{ tree => "${prefix_spaces} ^-- {parent_uuid}>" }); } }