More detailed errors
This commit is contained in:
parent
45e6ac733e
commit
783a8b1bf2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fn main() -> ExitCode {
|
|||
match service::start_service() {
|
||||
Ok(_) => ExitCode::SUCCESS,
|
||||
Err(e) => {
|
||||
eprintln!("{e}");
|
||||
eprintln!("error: {e:#}");
|
||||
ExitCode::FAILURE
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue