Make log message a proper statement

"Listening on" is only half a sentence.
pull/558/head
Thomas Eizinger 3 years ago
parent ff8cd0ab93
commit 1ba186aa63
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

@ -335,7 +335,7 @@ where
}
}
SwarmEvent::NewListenAddr(address) => {
tracing::info!(%address, "Listening on");
tracing::info!(%address, "New listen address detected");
}
_ => {}
}

Loading…
Cancel
Save