mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-06 04:37:46 +00:00
Make the admin server start-up message fit with the others
This commit is contained in:
parent
afed151488
commit
9976548f04
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ async fn main() {
|
|||
let config = get_config();
|
||||
|
||||
let addr = config.admin.get_socketaddr();
|
||||
tracing::info!("Started on {addr}");
|
||||
tracing::info!("Server started on {addr}");
|
||||
let listener = tokio::net::TcpListener::bind(addr).await.unwrap();
|
||||
axum::serve(listener, app).await.unwrap();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue