Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
nukokusa committed Mar 29, 2023
1 parent 227e0d7 commit 7666415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar.go
Expand Up @@ -105,7 +105,7 @@ func (s *calendarService) List(ctx context.Context, calendarID string, startTime
}
if apiError, ok := err.(*googleapi.Error); ok {
if apiError.Code == http.StatusTooManyRequests {
log.Printf("[WARN] reached to TooManyRequests: CalendarID=%s", calendarID)
log.Printf("[WARN] reached to Too Many Requests: calendar_id=%s", calendarID)
continue
}
}
Expand Down

0 comments on commit 7666415

Please sign in to comment.