mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-20 15:40:48 -04:00
Make log message a proper statement
"Listening on" is only half a sentence.
This commit is contained in:
parent
ff8cd0ab93
commit
1ba186aa63
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ where
|
|||
}
|
||||
}
|
||||
SwarmEvent::NewListenAddr(address) => {
|
||||
tracing::info!(%address, "Listening on");
|
||||
tracing::info!(%address, "New listen address detected");
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue