Put the revision in the logged startup message

This commit is contained in:
Jade 2021-04-02 02:51:44 -07:00
parent ea8feca31a
commit feae14be11

View File

@ -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();