Fix some minor bugs in the previous commits.
[quix0rs-apt-p2p.git] / apt_dht / apt_dht.py
index fd7b73d81ce5ba8053431578491dbc31a5424222..f1732e5ee1cc55be2daf0a8aa1f5f3410e3ad7a8 100644 (file)
@@ -171,5 +171,5 @@ class AptDHT:
         return None
 
     def store_done(self, result, hash):
-        log.msg('Added %s to the DHT: %r' % (hash, result))
+        log.msg('Added %s to the DHT: %r' % (hash.hexdigest(), result))
         
\ No newline at end of file