mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-28 17:24:23 -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) => {
|
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