Merge #8291
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:
commit
9bcdbefc7b
@ -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…
x
Reference in New Issue
Block a user