btrbk: output vinfo->{PRINT} instead of {URL} in _origin_tree()

pull/30/head
Axel Burri 2015-04-28 20:49:18 +02:00
parent bd2ad9c258
commit 9103cbc79d
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -1125,7 +1125,7 @@ sub _origin_tree
return 0;
}
if($uuid_fs_map{$uuid}) {
push(@$lines, ["$prefix" . join(" === ", sort keys %{$uuid_fs_map{$uuid}}), $uuid]);
push(@$lines, ["$prefix" . join(" === ", sort map { $_->{PRINT} } values %{$uuid_fs_map{$uuid}}), $uuid]);
} else {
push(@$lines, ["$prefix<BTRFS_ROOT>/$node->{path}", $uuid]);
}