add: some printing

This commit is contained in:
2026-03-21 16:39:29 +01:00
parent 0dbc9dcbc1
commit 4fdd2b7134
2 changed files with 8 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ pub async fn start_app(args: crate::args::Args, config: crate::conf::Config) ->
}));
println!(
"\x1b[32mINF\x1b[0m: Trying to listen on {:?}",
"\x1b[34mINF\x1b[0m: Trying to listen on \x1b[35m{:?}\x1b[0m",
app.config.server.listen
);