We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c1fed commit c190d72Copy full SHA for c190d72
modules/apps/transfer/keeper/migrations.go
@@ -98,7 +98,7 @@ func (m Migrator) MigrateTotalEscrowForDenom(ctx sdk.Context) error {
98
m.keeper.SetTotalEscrowForDenom(ctx, totalEscrow)
99
}
100
101
- m.keeper.Logger(ctx).Info("successfully set total escrow for %d denominations", totalEscrowed.Len())
+ m.keeper.Logger(ctx).Info("successfully set total escrow", "number of denominations", totalEscrowed.Len())
102
return nil
103
104
0 commit comments