From 25db6224544be0df483a661f5e2cc1ed595525ae Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 13 May 2004 19:35:46 +0000 Subject: * Load balancing. `build-remote.pl' will only execute up to a per-machine maximum number of parallel jobs on a remote machine. --- src/libstore/normalise.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore') diff --git a/src/libstore/normalise.cc b/src/libstore/normalise.cc index 3ae3fb789..0673814ba 100644 --- a/src/libstore/normalise.cc +++ b/src/libstore/normalise.cc @@ -332,7 +332,7 @@ void Normaliser::run() while (!goals.empty()) { - printMsg(lvlVomit, "main loop"); + debug("main loop - starting jobs"); /* Start building as many buildable goals as possible. */ bool madeProgress = false; -- cgit v1.2.3