Make log message a proper statement

"Listening on" is only half a sentence.
This commit is contained in:
Thomas Eizinger 2021-06-09 14:21:15 +10:00
parent ff8cd0ab93
commit 1ba186aa63
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

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