From 5bd222c26659ffc3a4a2bae1080a34d9f3492f0e Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 27 Dec 2019 22:58:55 -0500 Subject: [PATCH] less verbose log --- lbry/lbry/dht/protocol/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/lbry/dht/protocol/protocol.py b/lbry/lbry/dht/protocol/protocol.py index 569c452d0..7cbaad3e5 100644 --- a/lbry/lbry/dht/protocol/protocol.py +++ b/lbry/lbry/dht/protocol/protocol.py @@ -668,7 +668,7 @@ class KademliaProtocol(DatagramProtocol): log.debug("peer %s:%i is running an incompatible version of lbrynet", peer.address, peer.udp_port) return peer.node_id, False if 'Invalid token' not in str(err): - log.exception("Unexpected error while storing blob_hash") + log.warning("Unexpected error while storing blob_hash: %s", err) return peer.node_id, False self.peer_manager.clear_token(peer.node_id) if not retry: