fix: move that back, still wrong but less wrong

This commit is contained in:
2021-12-24 01:32:42 +01:00
parent 41a757b7ed
commit e839f100df

View File

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