diff --git a/x/tokenomics/keeper/settle_session_accounting.go b/x/tokenomics/keeper/settle_session_accounting.go index 2e9b6e9cc..5ea6ff547 100644 --- a/x/tokenomics/keeper/settle_session_accounting.go +++ b/x/tokenomics/keeper/settle_session_accounting.go @@ -160,7 +160,7 @@ func (k Keeper) SettleSessionAccounting( } if err = cosmostypes.UnwrapSDKContext(ctx).EventManager().EmitTypedEvent(applicationOverservicedEvent); err != nil { return tokenomicstypes.ErrTokenomicsApplicationOverserviced.Wrapf( - "application address: %; expected burn %s; effective burn: %s", + "application address: %s; expected burn %s; effective burn: %s", application.GetAddress(), settlementAmt.String(), application.GetStake().String(),