Skip to content

Commit

Permalink
chore: fix error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Jan 26, 2024
1 parent 86c72a8 commit 2c2b198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/loop/cmd/autocounterd/cmd_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (s *service) execStart(ctx context.Context, args []string) error {
_ = res

if err != nil {
fmt.Printf("[ERROR] Failed to call Incr on gno.land/r/portal/counter, %w\n", err)
fmt.Printf("[ERROR] Failed to call Incr on gno.land/r/portal/counter, %+v\n", err.Error())
} else {
fmt.Println("[INFO] Counter incremented with success")
}
Expand Down

0 comments on commit 2c2b198

Please sign in to comment.