Skip to content

Commit

Permalink
fix: log format
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Dec 15, 2023
1 parent 996e8ac commit 0c727fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tokens/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func EndBlocker(ctx sdk.Context, timelockKeeper timelock.Keeper, swapKeeper swap
SwapID: swapID,
})
if !result.IsOK() {
logger.Error("Refund error", "swapId", swapID, "result", fmt.Sprintf("%s", result))
logger.Error("Refund error", "swapId", swapID, "result", fmt.Sprintf("%+v", result))
continue
}
i++
Expand Down

0 comments on commit 0c727fe

Please sign in to comment.