Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Mar 6, 2022
1 parent 02d419d commit f4cb6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func sendHeartbeat(nextBeat time.Time, attempts int) error {

apiClient, err := api.New()
if err != nil {
log.Printf("Error connecting to api, api client is %v", apiClient)
log.Printf("Error connecting to api %v", err)
return err
}
attempt := 0
Expand Down

0 comments on commit f4cb6e8

Please sign in to comment.