diff --git a/plugins/tokens/plugin.go b/plugins/tokens/plugin.go index 89f9d9dcb..4b6fa35a1 100644 --- a/plugins/tokens/plugin.go +++ b/plugins/tokens/plugin.go @@ -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++