Skip to content

Commit c190d72

Browse files
fix migration log (#5497) (#6190)
* fix migration log * Update migrations.go --------- Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: DimitrisJim <[email protected]> (cherry picked from commit 7c2996a) Co-authored-by: yihuang <[email protected]>
1 parent 81c1fed commit c190d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/apps/transfer/keeper/migrations.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (m Migrator) MigrateTotalEscrowForDenom(ctx sdk.Context) error {
9898
m.keeper.SetTotalEscrowForDenom(ctx, totalEscrow)
9999
}
100100

101-
m.keeper.Logger(ctx).Info("successfully set total escrow for %d denominations", totalEscrowed.Len())
101+
m.keeper.Logger(ctx).Info("successfully set total escrow", "number of denominations", totalEscrowed.Len())
102102
return nil
103103
}
104104

0 commit comments

Comments
 (0)