Change log level for DhtEvent::ValueNotFound from warn to debug (#4485)

This commit is contained in:
Stanislav Tkach
2019-12-23 18:23:35 +02:00
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
),