diff --git a/python/tools/dht/tests.py b/python/tools/dht/tests.py
index f35a213886304182c0c855cf33ca472276c76d88..8c63fc248c592ca05f37882b7c700f963f1a3ce0 100644
--- a/python/tools/dht/tests.py
+++ b/python/tools/dht/tests.py
@@ -291,6 +291,9 @@ class PhtTest(FeatureTest):
             all_entries[PhtTest.prefix] = [e.__str__()
                                            for e in PhtTest.indexEntries]
 
+        for p in all_entries.keys():
+            DhtNetwork.log('All entries under prefix', p, ':')
+            DhtNetwork.log(all_entries[p])
         PhtTest.drawTrie(all_entries)