debug log

This commit is contained in:
Jack Robison 2017-02-19 19:27:01 -05:00
parent d0b64ef255
commit b18679af53

View file

@ -40,7 +40,7 @@ class DHTPeerFinder(object):
def find_peers_for_blob(self, blob_hash, timeout=None): def find_peers_for_blob(self, blob_hash, timeout=None):
def _trigger_timeout(): def _trigger_timeout():
if not finished_deferred.called: if not finished_deferred.called:
log.warning("Peer search for %s timed out", short_hash(blob_hash)) log.debug("Peer search for %s timed out", short_hash(blob_hash))
finished_deferred.cancel() finished_deferred.cancel()
bin_hash = binascii.unhexlify(blob_hash) bin_hash = binascii.unhexlify(blob_hash)