Add message print for server version.
This commit is contained in:
parent
64d91c30ff
commit
7092bbf70c
@ -134,6 +134,8 @@ async fn handle_tls(stream:TlsStream, addr:SocketAddr, args:HttpServiceArgs) ->
|
||||
#[tokio::main(flavor = "multi_thread", worker_threads = 12)]
|
||||
async fn main()
|
||||
{
|
||||
println!("Server Version: {}", config::VERSION);
|
||||
|
||||
// Initialize application data.
|
||||
let app;
|
||||
if let Ok(result) = App::init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user