diff --git a/server/src/main.rs b/server/src/main.rs index 98947ca..13fe906 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -33,7 +33,8 @@ async fn main() -> Result<(), Box> { .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())