x/ibc: fix log (#6903)
* x/ibc: fix log * Update x/ibc/05-port/keeper/keeper.go Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
This commit is contained in:
parent
7e2eea84c6
commit
25c539aade
|
@ -53,7 +53,7 @@ func (k *Keeper) BindPort(ctx sdk.Context, portID string) *capabilitytypes.Capab
|
||||||
panic(err.Error())
|
panic(err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
k.Logger(ctx).Info("port %s binded", portID)
|
k.Logger(ctx).Info("port binded", "port", portID)
|
||||||
return key
|
return key
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue