fix: move that back, still wrong but less wrong

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

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
}