rdserver
: Mention what server is being started in logs
This commit is contained in:
parent
0523e6c647
commit
c0fb191581
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ async fn main() -> anyhow::Result<std::convert::Infallible> {
|
|||
.context("failed to bind listener to address")?;
|
||||
log::trace!("Tokio listener bound to: {bind_address}");
|
||||
|
||||
log::info!("Starting server...");
|
||||
log::info!("Starting rdserver web server...");
|
||||
axum::serve(listener, app)
|
||||
.await
|
||||
.context("server exited with error")?;
|
||||
|
|
Loading…
Reference in a new issue