21189: Improve wording in config comments and logs.
[arvados.git] / services / keep-balance / server.go
index bb7294c4ba1243763a3c774f61cd8953ab49b23b..b20144e3af9cae063f50f3ac5246e6f038ccbd2f 100644 (file)
@@ -112,7 +112,7 @@ func (srv *Server) runForever(ctx context.Context) error {
        for {
                if srv.Cluster.Collections.BalancePullLimit < 1 && srv.Cluster.Collections.BalanceTrashLimit < 1 {
                        logger.Print("WARNING: Will scan periodically, but no changes will be committed.")
-                       logger.Print("=======  Consider using non-zero BalancePullLimit and BalanceTrashLimit configs.")
+                       logger.Print("=======  To commit changes, set BalancePullLimit and BalanceTrashLimit values greater than zero.")
                }
 
                if !dblock.KeepBalanceService.Check() {