Skip to content

Commit

Permalink
fix(*): fix log caused panic
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgw committed Jan 16, 2024
1 parent 741a696 commit 31cad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/adapt/appchain_adapter/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (a *AppchainAdapter) SendIBTP(ibtp *pb.IBTP) error {
Status: adapt.Other_Error,
}
}
a.logger.Infof("[%s-SendIBTP] got result: {Status: %v, ResultIBTP type: %v}", a.Name(), res.Status, res.Result.Type)
a.logger.Infof("[%s-SendIBTP] got result: {Status: %v, ResultIBTP type: %v}", a.Name(), res.Status, res.Result)

var genFailReceipt bool
if !res.Status {
Expand Down

0 comments on commit 31cad1c

Please sign in to comment.