forked from LBRYCommunity/lbry-sdk
debug log
This commit is contained in:
parent
d0b64ef255
commit
b18679af53
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class DHTPeerFinder(object):
|
|||
def find_peers_for_blob(self, blob_hash, timeout=None):
|
||||
def _trigger_timeout():
|
||||
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()
|
||||
|
||||
bin_hash = binascii.unhexlify(blob_hash)
|
||||
|
|
Loading…
Reference in a new issue