Skip to content

Commit

Permalink
fix: Add a log
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed May 23, 2019
1 parent d561366 commit 939d993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/v1alpha2/trial/trial_controller_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func (r *ReconcileTrial) UpdateTrialStatusObservation(instance *trialsv1alpha2.T
objectiveMetricName := instance.Spec.Objective.ObjectiveMetricName
reply, err := r.GetTrialObservationLog(instance)
if err != nil {
log.Error(err, "Get trial observation log error")
return err
}
if reply.ObservationLog != nil {
Expand Down

0 comments on commit 939d993

Please sign in to comment.