Skip to content

Commit

Permalink
optimize log
Browse files Browse the repository at this point in the history
  • Loading branch information
asilenced committed Jan 10, 2023
1 parent 6e440cc commit 4026b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soltool/get_bridge_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func getBridgeInfoAction(ctx *cli.Context) error {
//check if exist
bridgeInfo, err := c.GetBridgeAccountInfo(context.Background(), pc.BridgeAccount)
if err != nil {
return fmt.Errorf("\nbridge account not exist:\n %+v", bridgeInfo)
return fmt.Errorf("bridge account not exist,err %s", err.Error())
}

fmt.Printf("\nbridgeAccountInfo: \n")
Expand Down

0 comments on commit 4026b6a

Please sign in to comment.