Format logging message for backend sidecar check

This commit is contained in:
2026-05-06 06:48:56 +02:00
parent 20fd5ddc4b
commit b65f82b48d

View File

@@ -491,7 +491,9 @@ fn start_backend_sidecar(app: &AppHandle, settings_path: &Path) -> Result<Backen
}
if !should_start_backend_sidecar() {
println!("Heimgeist backend is not running; dev shell expects an external backend wrapper.");
println!(
"Heimgeist backend is not running; dev shell expects an external backend wrapper."
);
return Ok(BackendSidecar::empty());
}