mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-06 22:51:20 +00:00
trace => info
This commit is contained in:
parent
81f15b5ec5
commit
6d14ca74c4
@ -333,7 +333,7 @@ impl ClosestPeersIter {
|
|||||||
format!("[iterlog] {}:\n{}", p.key.into_preimage(), log)
|
format!("[iterlog] {}:\n{}", p.key.into_preimage(), log)
|
||||||
}).collect::<String>();
|
}).collect::<String>();
|
||||||
|
|
||||||
trace!(
|
log::info!(
|
||||||
"[iterlog] ClosestPeerIter: target = {}; Got all {} results, finished. Log:\n",
|
"[iterlog] ClosestPeerIter: target = {}; Got all {} results, finished. Log:\n",
|
||||||
bs58::encode(&self.target).into_string(),
|
bs58::encode(&self.target).into_string(),
|
||||||
*cnt
|
*cnt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user