Skip to content

Commit

Permalink
debug message for cohort not modified
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Jul 31, 2024
1 parent 73672b2 commit aa97fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/experiment/local/cohort_download_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func (api *directCohortDownloadApi) getCohort(cohortID string, cohort *Cohort) (
}(),
}, nil
} else if response.StatusCode == http.StatusNoContent {
api.log.Debug("getCohortMembers(%s): Cohort not modified", cohortID)
return nil, nil
} else if response.StatusCode == http.StatusRequestEntityTooLarge {
return nil, &CohortTooLargeException{Message: "Cohort exceeds max cohort size"}
Expand Down

0 comments on commit aa97fc4

Please sign in to comment.