Skip to content

Commit 9bcdbef

Browse files
bors[bot]lf-
andauthored
Merge #8291
8291: Put the revision in the startup message r=jonas-schievink a=lf- Co-authored-by: Jade <[email protected]>
2 parents d619070 + feae14b commit 9bcdbef

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-analyzer/src/bin

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ mod tracing_setup {
133133
}
134134

135135
fn run_server() -> Result<()> {
136-
log::info!("server will start");
136+
log::info!("server version {} will start", env!("REV"));
137137

138138
let (connection, io_threads) = Connection::stdio();
139139

0 commit comments

Comments
 (0)