Fix incorrect debug message

This commit is contained in:
Eelco Dolstra 2015-06-23 17:53:08 +02:00
parent 62219adaf3
commit 3f8891b6ff

View file

@ -1269,7 +1269,7 @@ bool State::doBuildStep(std::shared_ptr<StoreAPI> store, Step::ptr step,
be certain no new referrers can be added. */
if (indirect.empty()) {
for (auto & s : steps) {
printMsg(lvlDebug, format("finishing build step %1%") % step->drvPath);
printMsg(lvlDebug, format("finishing build step %1%") % s->drvPath);
steps_->erase(s->drvPath);
}
break;