This makes it easier to visually match keys - see:
print-tree.c:btrfs_print_tree():329:
printf("\tkey %d (%llu %x %llu) block %llu (%llu) gen %llu\n",
I'm not sure if this breaks any other parsers?
Signed-off-by: Alan D. Brunelle <alan.brunelle@xxxxxx>
---
debug-tree.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debug-tree.c b/debug-tree.c
index fa5c90c..9185dc2 100644
--- a/debug-tree.c
+++ b/debug-tree.c
@@ -190,7 +190,7 @@ int main(int ac, char **av)
break;
}
if (!skip && !extent_only) {
- printf("tree %llu %u %llu\n",
+ printf("tree %llu %x %llu\n",
(unsigned long long)found_key.objectid,
found_key.type,
(unsigned long long)found_key.offset);
--
1.5.4.3