Skip to content

Commit

Permalink
daemon: Use same tracing when init as portal
Browse files Browse the repository at this point in the history
  • Loading branch information
A6GibKm authored and warusadura committed Oct 15, 2024
1 parent 9ed8cc5 commit 134f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async fn main() -> daemon::Result<()> {
};
}

tracing::info!("Starting {}", BINARY_NAME);
tracing::info!("Initializing {BINARY_NAME} {}", env!("CARGO_PKG_VERSION"));

let service = daemon::Service::new(password).await;
service.run().await?;
Expand Down

0 comments on commit 134f0ed

Please sign in to comment.