mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-01 12:11: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)
|
||||
}).collect::<String>();
|
||||
|
||||
trace!(
|
||||
log::info!(
|
||||
"[iterlog] ClosestPeerIter: target = {}; Got all {} results, finished. Log:\n",
|
||||
bs58::encode(&self.target).into_string(),
|
||||
*cnt
|
||||
|
Loading…
x
Reference in New Issue
Block a user