diff --git a/pkg/upstream/stack/stack.go b/pkg/upstream/stack/stack.go index 8ca2c876..5091e93a 100644 --- a/pkg/upstream/stack/stack.go +++ b/pkg/upstream/stack/stack.go @@ -416,7 +416,7 @@ func deployServices( return nil } - logrus.Infof("waiting for services to converge: %s", strings.Join(serviceNames, ", ")) + logrus.Infof("Starting to poll for deployment status for: %s", strings.Join(serviceNames, ", ")) ch := make(chan error, len(serviceIDs)) for serviceID, serviceName := range serviceIDs { logrus.Debugf("waiting on %s to converge", serviceName)