summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-01-14 16:45:59 +0000
committerRichard Jones <rjones@redhat.com>2010-01-14 16:45:59 +0000
commitfab4298b6361fa62ac649fb885b62cf4ce84ad1b (patch)
tree97e11103f459dbdb7fb7e41caa0f5fd93ccd72eb
parentd0507993a7c3b39c2c86323a79eb3f4bfd2d19fb (diff)
downloadlibguestfs-fab4298b6361fa62ac649fb885b62cf4ce84ad1b.tar.gz
libguestfs-fab4298b6361fa62ac649fb885b62cf4ce84ad1b.tar.xz
libguestfs-fab4298b6361fa62ac649fb885b62cf4ce84ad1b.zip
hivex: Remove stray debugging message.
-rw-r--r--hivex/hivex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hivex/hivex.c b/hivex/hivex.c
index 0c09ace6..f5c3ca39 100644
--- a/hivex/hivex.c
+++ b/hivex/hivex.c
@@ -760,7 +760,6 @@ hivex_node_parent (hive_h *h, hive_node_h node)
hive_node_h ret = le32toh (nk->parent);
ret += 0x1000;
- printf ("parent = %zu\n", ret);
if (!IS_VALID_BLOCK (h, ret)) {
if (h->msglvl >= 2)
printf ("hivex_node_parent: returning EFAULT because parent is not a valid block (%zu)\n",