mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
chore: add name when starting server
This commit is contained in:
parent
300ba39ba5
commit
0a29a293f5
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
.with_max_level(if args.debug { tracing::Level::DEBUG } else { tracing::Level::INFO })
|
||||
.init();
|
||||
|
||||
info!("binding server on {}", args.host);
|
||||
info!(">> codemp server");
|
||||
info!("binding on {}", args.host);
|
||||
|
||||
Server::builder()
|
||||
.add_service(BufferService::new().server())
|
||||
|
|
Loading…
Reference in a new issue