chore(gui-client): include version in run-debug log (#9187)

This TODO can now be resolved because we have moved the Tunnel service
into the `gui-client` crate.
This commit is contained in:
Thomas Eizinger
2025-05-21 01:23:59 +10:00
committed by GitHub
parent 03d8ed0b5d
commit 9a4c87dd2e

View File

@@ -527,7 +527,7 @@ pub fn run_debug(dns_control: DnsControlMethod) -> Result<()> {
let log_filter_reloader = crate::logging::setup_stdout()?;
tracing::info!(
arch = std::env::consts::ARCH,
// version = env!("CARGO_PKG_VERSION"), TODO: Fix once `ipc_service` is moved to `gui-client`.
version = env!("CARGO_PKG_VERSION"),
system_uptime_seconds = firezone_bin_shared::uptime::get().map(|dur| dur.as_secs()),
);
if !elevation_check()? {