changeset 14804 | b3adc030104b |
parent 14800 | f43ab2bd76ae |
child 14813 | 38e66519e585 |
--- a/rust/hedgewars-server/src/main.rs Wed Apr 10 16:14:33 2019 +0300 +++ b/rust/hedgewars-server/src/main.rs Wed Apr 10 18:12:30 2019 +0300 @@ -15,10 +15,7 @@ fn main() { env_logger::init(); - info!( - "Hedgewars game server, protocol {}", - utils::PROTOCOL_VERSION - ); + info!("Hedgewars game server, protocol {}", utils::SERVER_VERSION); let address = "0.0.0.0:46631".parse().unwrap(); let listener = TcpListener::bind(&address).unwrap();