More detailed errors

This commit is contained in:
Rodolphe Bréard 2023-07-14 18:39:14 +02:00
parent 45e6ac733e
commit 783a8b1bf2

View file

@ -12,7 +12,7 @@ fn main() -> ExitCode {
match service::start_service() {
Ok(_) => ExitCode::SUCCESS,
Err(e) => {
eprintln!("{e}");
eprintln!("error: {e:#}");
ExitCode::FAILURE
}
}