Skip to content

Commit 402df40

Browse files
committed
chg: Small change in printing version at startup
1 parent 05fa266 commit 402df40

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

actix/src/main.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ async fn main() -> Result<()> {
3737
let secret_key = Key::generate();
3838

3939
eprintln!("----------------------------------------------------------------------");
40-
info!(
41-
"Starting Chhoto URL Server: v{}...",
42-
env!("CARGO_PKG_VERSION")
43-
);
40+
info!("Starting Chhoto URL Server v{}", env!("CARGO_PKG_VERSION"));
4441
eprintln!("----------------------------------------------------------------------");
4542

4643
// Read config from env vars

0 commit comments

Comments
 (0)