From 8db1ae285567882f41164fa81f737cf637b0f0f3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 18 Jun 2015 17:43:13 +0200 Subject: [PATCH] Less verbosity --- src/hydra-queue-runner/hydra-queue-runner.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hydra-queue-runner/hydra-queue-runner.cc b/src/hydra-queue-runner/hydra-queue-runner.cc index 18a59786..7558dfc8 100644 --- a/src/hydra-queue-runner/hydra-queue-runner.cc +++ b/src/hydra-queue-runner/hydra-queue-runner.cc @@ -722,13 +722,13 @@ Step::ptr State::createStep(std::shared_ptr store, const Path & drvPat (*steps_)[drvPath] = step; } - printMsg(lvlDebug, format("considering derivation ‘%1%’") % drvPath); - if (!isNew) { assert(step->created); return step; } + printMsg(lvlDebug, format("considering derivation ‘%1%’") % drvPath); + /* Initialize the step. Note that the step may be visible in ‘steps’ before this point, but that doesn't matter because it's not runnable yet, and other threads won't make it