summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/zfs/zfsimpl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/zfs/zfsimpl.c b/sys/boot/zfs/zfsimpl.c
index 65a1803..251f97e 100644
--- a/sys/boot/zfs/zfsimpl.c
+++ b/sys/boot/zfs/zfsimpl.c
@@ -1484,7 +1484,8 @@ fzap_list(const spa_t *spa, const dnode_phys_t *dnode)
*/
value = fzap_leaf_value(&zl, zc);
- printf("%s 0x%jx\n", name, (uintmax_t)value);
+ //printf("%s 0x%jx\n", name, (uintmax_t)value);
+ printf("%s\n", name);
}
}
OpenPOWER on IntegriCloud