From 42d7b0e2d63a374f868f3a13dd3b634223c1e93f 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 c11578a..dde4448 100644 --- a/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim +++ b/libp2pdht/private/eth/p2p/discoveryv5/protocol.nim @@ -938,7 +938,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??