1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Make debug message more precise

This commit is contained in:
John Ericson 2025-03-12 17:07:18 -04:00
parent 99d0dd3a43
commit dc0bc7f0a3

View file

@ -905,7 +905,7 @@ Goal::Co DerivationGoal::hookDone()
0; 0;
#endif #endif
debug("builder process for '%s' finished", worker.store.printStorePath(drvPath)); debug("build hook for '%s' finished", worker.store.printStorePath(drvPath));
buildResult.timesBuilt++; buildResult.timesBuilt++;
buildResult.stopTime = time(0); buildResult.stopTime = time(0);