Skip to content

Commit 8d7dc3f

Browse files
committed
Change message
1 parent ca500a0 commit 8d7dc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/controller/chi/worker-zk-integration.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ func (w *worker) reconcileClusterZookeeperRootPath(cluster *api.Cluster) error {
3333
WithEvent(cluster.GetCR(), a.EventActionCreate, a.EventReasonCreateStarted).
3434
WithAction(cluster.GetCR()).
3535
M(cluster.GetCR()).F().
36-
Info("Verify ZK path for cluster %s/%s/%s", cluster.GetCR().GetNamespace(), cluster.GetCR().GetName(), cluster.GetName())
36+
Info("Confirm ZK is configured for cluster %s/%s/%s", cluster.GetCR().GetNamespace(), cluster.GetCR().GetName(), cluster.GetName())
3737

3838
ensureZkPath(cluster)
3939

4040
w.a.V(1).
4141
WithEvent(cluster.GetCR(), a.EventActionCreate, a.EventReasonCreateCompleted).
4242
WithAction(cluster.GetCR()).
4343
M(cluster.GetCR()).F().
44-
Info("ZK path verified for cluster %s/%s/%s", cluster.GetCR().GetNamespace(), cluster.GetCR().GetName(), cluster.GetName())
44+
Info("ZK is configured for cluster %s/%s/%s", cluster.GetCR().GetNamespace(), cluster.GetCR().GetName(), cluster.GetName())
4545

4646
return nil
4747
}

0 commit comments

Comments
 (0)