Skip to content

Commit

Permalink
Show for how long the interval is sleeping
Browse files Browse the repository at this point in the history
  • Loading branch information
helgi committed Jun 7, 2021
1 parent 6c65942 commit aeec897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
log.Printf("Error adjusting AutoScaling Groups: %v", err)
}
// delay with each loop
log.Printf("Sleeping %d seconds\n", configs.Interval)
log.Printf("Sleeping %v\n", configs.Interval)
time.Sleep(configs.Interval)
}
}
Expand Down

0 comments on commit aeec897

Please sign in to comment.