fix: only show when success is for sure

This commit is contained in:
decentral1se 2021-12-24 00:43:59 +01:00
parent 4b4298caf1
commit 41a757b7ed
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 2 deletions

View File

@ -455,10 +455,9 @@ func deployServices(
return err
}
logrus.Debugf("assuming %s converged successfully", serviceID)
logrus.Info("services converged 👌")
}
logrus.Info("services converged 👌")
return nil
}