Print server start address
This commit is contained in:
parent
24017cd6f2
commit
ffc6247cd7
@ -63,7 +63,8 @@ fn start_server(
|
|||||||
eprintln!("Invalid bind address {address:?}!");
|
eprintln!("Invalid bind address {address:?}!");
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
eprintln!("Strated server!");
|
|
||||||
|
eprintln!("Started server on {address}");
|
||||||
|
|
||||||
let context = Arc::new(Mutex::new(Context::default()));
|
let context = Arc::new(Mutex::new(Context::default()));
|
||||||
let mut pool = ThreadPool::new(get_thread_pool_size());
|
let mut pool = ThreadPool::new(get_thread_pool_size());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user