diff --git a/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim b/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim index cb9ca5f..e7f346a 100644 --- a/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim +++ b/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim @@ -925,7 +925,7 @@ proc getValue*( # TODO: cancel pending futures! return ok res else: - error "Sending of GetValue message failed", error = providersMsgRes.error + debug "Sending of GetValue message failed", error = providersMsgRes.error # TODO: should we consider this as an error result if all GetProviders # requests fail??