We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fa266 commit 402df40Copy full SHA for 402df40
actix/src/main.rs
@@ -37,10 +37,7 @@ async fn main() -> Result<()> {
37
let secret_key = Key::generate();
38
39
eprintln!("----------------------------------------------------------------------");
40
- info!(
41
- "Starting Chhoto URL Server: v{}...",
42
- env!("CARGO_PKG_VERSION")
43
- );
+ info!("Starting Chhoto URL Server v{}", env!("CARGO_PKG_VERSION"));
44
45
46
// Read config from env vars
0 commit comments