8291: Put the revision in the startup message r=jonas-schievink a=lf-



Co-authored-by: Jade <software@lfcode.ca>
This commit is contained in:
bors[bot] 2021-04-02 16:35:22 +00:00 committed by GitHub
commit 9bcdbefc7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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