summaryrefslogtreecommitdiff
path: root/c_src/permdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/permdb.c')
-rw-r--r--c_src/permdb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/c_src/permdb.c b/c_src/permdb.c
index 87edb6d..c0bd5f0 100644
--- a/c_src/permdb.c
+++ b/c_src/permdb.c
@@ -413,10 +413,9 @@ rebuild_index_file(permdb_object *state)
return -1;
}
free(data_commit);
- //fprintf(stderr, "commit %llu\n", offset);
} else {
- //fprintf(stderr, "error %llu\n", offset);
- //print_hex(cookie, sizeof(data_entry_cookie));
+ fprintf(stderr, "not a cookie at %llu:\n", offset);
+ print_hex(cookie, sizeof(data_entry_cookie));
free(cookie);
return -1;
}