mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-03 22:13:06 +00:00
logging: GetValue error should be debug
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
3afc006342
commit
42d7b0e2d6
@ -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??
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user