Skip to content

Commit

Permalink
Pandaria:Replace deprecated ClusterName field
Browse files Browse the repository at this point in the history
  • Loading branch information
smallteeths committed Jul 4, 2022
1 parent b37720f commit bbb435b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/ack-cluster-config-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (h *Handler) recordError(onChange func(key string, config *ackv1.ACKCluster
var recordErr error
config, recordErr = h.ackCC.UpdateStatus(config)
if recordErr != nil {
logrus.Errorf("Error recording ackcc [%s] failure message: %s", config.ClusterName, recordErr.Error())
logrus.Errorf("Error recording ackcc [%s] failure message: %s", config.Spec.Name, recordErr.Error())
}
return config, err
}
Expand Down

0 comments on commit bbb435b

Please sign in to comment.