From cef43612eabb5545cc4279a9055290872a7f7356 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Tue, 13 Jun 2023 18:35:43 +0200 Subject: [PATCH] logging: GetValue error should be debug Signed-off-by: Csaba Kiraly --- libp2pdht/private/eth/p2p/discoveryv5/protocol.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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??