diff --git a/controllers/octaviarsyslog_controller.go b/controllers/octaviarsyslog_controller.go index 17b152a3..6ef652b4 100644 --- a/controllers/octaviarsyslog_controller.go +++ b/controllers/octaviarsyslog_controller.go @@ -355,7 +355,7 @@ func (r *OctaviaRsyslogReconciler) reconcileNormal(ctx context.Context, instance instance.Status.Conditions.MarkTrue( condition.ReadyCondition, condition.ReadyMessage) } else { - Log.Info("Not all conditions are ready for Amphora controller") + Log.Info("Not all conditions are ready for OctaviaRsyslog controller") } return ctrl.Result{}, nil }