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