summaryrefslogtreecommitdiff
path: root/larch/fsck.py
diff options
context:
space:
mode:
Diffstat (limited to 'larch/fsck.py')
-rwxr-xr-xlarch/fsck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/larch/fsck.py b/larch/fsck.py
index 68b151a..ac235ad 100755
--- a/larch/fsck.py
+++ b/larch/fsck.py
@@ -117,7 +117,7 @@ class CheckIndexNode(WorkItem):
for key in drop_keys:
self.node.remove(key)
self.warning('index node %s: dropped key %s' %
- (self.node.id, key))
+ (self.node.id, key.encode('hex')))
self.put_node(self.node)