Skip to content

Commit

Permalink
small log change
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Apr 26, 2024
1 parent 11e1c21 commit 829e999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async fn main() -> Result<()> {
if let Some(ExitStatusError::Failure(code)) = err2 {
process::exit(*code);
}
error!(err = %err);
error!("{err}");
drop(guard);
Err(err)
}
Expand Down

0 comments on commit 829e999

Please sign in to comment.