X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=apt_dht%2Fapt_dht.py;fp=apt_dht%2Fapt_dht.py;h=f1732e5ee1cc55be2daf0a8aa1f5f3410e3ad7a8;hp=fd7b73d81ce5ba8053431578491dbc31a5424222;hb=5d68a1711b103cbae2d3801b991ac83ed89241d9;hpb=61a264de46913269780852560f45316b36e7e6fb diff --git a/apt_dht/apt_dht.py b/apt_dht/apt_dht.py index fd7b73d..f1732e5 100644 --- a/apt_dht/apt_dht.py +++ b/apt_dht/apt_dht.py @@ -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