diff --git a/x/ibc/05-port/keeper/keeper.go b/x/ibc/05-port/keeper/keeper.go index f5e1609019..011b20c12d 100644 --- a/x/ibc/05-port/keeper/keeper.go +++ b/x/ibc/05-port/keeper/keeper.go @@ -53,7 +53,7 @@ func (k *Keeper) BindPort(ctx sdk.Context, portID string) *capabilitytypes.Capab panic(err.Error()) } - k.Logger(ctx).Info("port %s binded", portID) + k.Logger(ctx).Info("port binded", "port", portID) return key }