Skip to content

Commit dc0bc7f

Browse files
committed
Make debug message more precise
1 parent 99d0dd3 commit dc0bc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/build/derivation-goal.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ Goal::Co DerivationGoal::hookDone()
905905
0;
906906
#endif
907907

908-
debug("builder process for '%s' finished", worker.store.printStorePath(drvPath));
908+
debug("build hook for '%s' finished", worker.store.printStorePath(drvPath));
909909

910910
buildResult.timesBuilt++;
911911
buildResult.stopTime = time(0);

0 commit comments

Comments
 (0)