diff --git a/lbrynet/dht/protocol.py b/lbrynet/dht/protocol.py index d5348edd4..f50257099 100644 --- a/lbrynet/dht/protocol.py +++ b/lbrynet/dht/protocol.py @@ -260,7 +260,7 @@ class KademliaProtocol(protocol.DatagramProtocol): if err.errno == errno.EWOULDBLOCK: # i'm scared this may swallow important errors, but i get a million of these # on Linux and it doesnt seem to affect anything -grin - log.warning("Can't send data to dht: EWOULDBLOCK") + log.debug("Can't send data to dht: EWOULDBLOCK") else: raise err