diff --git a/python/tools/dht/tests.py b/python/tools/dht/tests.py index 9e46b8a444b70f699c2a811184a788b5fe67ad2e..c2d016dbc6fb09d86215ed6260fe982a8e59f0a0 100644 --- a/python/tools/dht/tests.py +++ b/python/tools/dht/tests.py @@ -322,6 +322,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)