Skip to content

Commit 2c6d578

Browse files
committed
fix: swarm/src/lib.rs:tracing::debug!(%local_peer_id)
1 parent e29dad6 commit 2c6d578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swarm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ where
353353
local_peer_id: PeerId,
354354
config: Config,
355355
) -> Self {
356-
tracing::info!(%local_peer_id);
356+
tracing::debug!(%local_peer_id);
357357

358358
Swarm {
359359
local_peer_id,

0 commit comments

Comments
 (0)