Change message when starting to poll for deployment status.

This commit is contained in:
Richard M 2023-07-31 22:25:41 +01:00 committed by 3wordchant
parent e22b692ada
commit 502e26b534
1 changed files with 1 additions and 1 deletions

View File

@ -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)