Skip to content

Commit

Permalink
chore: change server starting log
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Oct 11, 2024
1 parent db6471a commit 760ff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async fn main() {
.await
.expect("Failed to bind address {addr}");

tracing::info!("Server started. Listening on: {addr}");
tracing::info!("Server started. Listening on {addr}");
axum::serve(listener, app)
.await
.expect("Failed to start server");
Expand Down

0 comments on commit 760ff83

Please sign in to comment.