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:
parent
99d0dd3a43
commit
dc0bc7f0a3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue