mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fixing the result of merge
This commit is contained in:
parent
4f597fb901
commit
6dd471ebf6
14 changed files with 53 additions and 1025 deletions
|
@ -1407,7 +1407,7 @@ void DerivationGoal::started() {
|
|||
"building '%s'", worker.store.printStorePath(drvPath), curRound, nrRounds);
|
||||
fmt("building '%s'", worker.store.printStorePath(drvPath));
|
||||
if (hook) msg += fmt(" on '%s'", machineName);
|
||||
act = std::make_unique<Activity>(*logger, lvlInfo, actBuild, msg,
|
||||
act = std::make_unique<Activity>(*logger, Verbosity::Info, ActivityType::Build, msg,
|
||||
Logger::Fields{worker.store.printStorePath(drvPath), hook ? machineName : "", curRound, nrRounds});
|
||||
mcRunningBuilds = std::make_unique<MaintainCount<uint64_t>>(worker.runningBuilds);
|
||||
worker.updateProgress();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue