mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
Put the revision in the logged startup message
This commit is contained in:
parent
ea8feca31a
commit
feae14be11
@ -133,7 +133,7 @@ mod tracing_setup {
|
||||
}
|
||||
|
||||
fn run_server() -> Result<()> {
|
||||
log::info!("server will start");
|
||||
log::info!("server version {} will start", env!("REV"));
|
||||
|
||||
let (connection, io_threads) = Connection::stdio();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user