diff --git a/fendermint/abci/src/application.rs b/fendermint/abci/src/application.rs index abd5f3562..1e9b0fe18 100644 --- a/fendermint/abci/src/application.rs +++ b/fendermint/abci/src/application.rs @@ -201,7 +201,7 @@ where fn log_error(res: AbciResult) -> AbciResult { if let Err(ref e) = res { - tracing::error!("failed execute ABCI request: {e:#}"); + tracing::error!("failed to execute ABCI request: {e:#}"); } res }