mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-22 21:31:10 -05:00
Make log message a proper statement
"Listening on" is only half a sentence.
This commit is contained in:
parent
ff8cd0ab93
commit
1ba186aa63
@ -335,7 +335,7 @@ where
|
||||
}
|
||||
}
|
||||
SwarmEvent::NewListenAddr(address) => {
|
||||
tracing::info!(%address, "Listening on");
|
||||
tracing::info!(%address, "New listen address detected");
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user