mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Change log level for DhtEvent::ValueNotFound from warn to debug (#4485)
This commit is contained in:
committed by
Bastian Köcher
parent
10cd358e40
commit
f4a3056167
@@ -281,7 +281,7 @@ where
|
||||
|
||||
self.handle_dht_value_found_event(v)?;
|
||||
}
|
||||
DhtEvent::ValueNotFound(hash) => warn!(
|
||||
DhtEvent::ValueNotFound(hash) => debug!(
|
||||
target: "sub-authority-discovery",
|
||||
"Value for hash '{:?}' not found on Dht.", hash
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user