We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a49a9 commit 62247afCopy full SHA for 62247af
src/libstore/build/derivation-building-goal.cc
@@ -239,7 +239,6 @@ Goal::Co DerivationBuildingGoal::tryToBuild()
239
: buildMode == bmCheck ? "checking outputs of '%s'"
240
: "building '%s'",
241
worker.store.printStorePath(drvPath));
242
- fmt("building '%s'", worker.store.printStorePath(drvPath));
243
#ifndef _WIN32 // TODO enable build hook on Windows
244
if (hook)
245
msg += fmt(" on '%s'", hook->machineName);
0 commit comments