Skip to content

Commit

Permalink
chore: Enrich log
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed Nov 7, 2024
1 parent 15547ae commit 51f555e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x/tokenomics/keeper/token_logic_modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,10 @@ func (k Keeper) ProcessTokenLogicModules(
logger = logger.With("actual_settlement_upokt", actualSettlementCoin)

if actualSettlementCoin.Amount.IsZero() {
logger.Info("actual settlement coin is zero, skipping TLM processing")
logger.Info(fmt.Sprintf(
"actual settlement coin is zero, skipping TLM processing, application %q stake %s",
application.Address, application.Stake,
))
return nil
}

Expand Down

0 comments on commit 51f555e

Please sign in to comment.