mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Merge pull request #9974 from edolstra/less-chatty-post-build-hook
runPostBuildHook(): Be less chatty
This commit is contained in:
commit
28a988bdde
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ void runPostBuildHook(
|
||||||
if (hook == "")
|
if (hook == "")
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Activity act(logger, lvlInfo, actPostBuildHook,
|
Activity act(logger, lvlTalkative, actPostBuildHook,
|
||||||
fmt("running post-build-hook '%s'", settings.postBuildHook),
|
fmt("running post-build-hook '%s'", settings.postBuildHook),
|
||||||
Logger::Fields{store.printStorePath(drvPath)});
|
Logger::Fields{store.printStorePath(drvPath)});
|
||||||
PushActivity pact(act.id);
|
PushActivity pact(act.id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue