Skip to content

Commit

Permalink
Merge pull request #377 from weinimo/fix-log-conditions
Browse files Browse the repository at this point in the history
Fix log message in RSyslog controller
  • Loading branch information
openshift-merge-bot[bot] authored Sep 16, 2024
2 parents 83363a3 + 9853089 commit 268b5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/octaviarsyslog_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 268b5e9

Please sign in to comment.