Skip to content

Commit

Permalink
FIX: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Feb 26, 2024
1 parent 0cb2798 commit 63d1727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fendermint/abci/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ where

fn log_error<T>(res: AbciResult<T>) -> AbciResult<T> {
if let Err(ref e) = res {
tracing::error!("failed execute ABCI request: {e:#}");
tracing::error!("failed to execute ABCI request: {e:#}");
}
res
}

0 comments on commit 63d1727

Please sign in to comment.