Merge pull request #9974 from edolstra/less-chatty-post-build-hook

runPostBuildHook(): Be less chatty
This commit is contained in:
Théophane Hufschmitt 2024-02-09 16:39:02 +01:00 committed by GitHub
commit 28a988bdde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -891,7 +891,7 @@ void runPostBuildHook(
if (hook == "")
return;
Activity act(logger, lvlInfo, actPostBuildHook,
Activity act(logger, lvlTalkative, actPostBuildHook,
fmt("running post-build-hook '%s'", settings.postBuildHook),
Logger::Fields{store.printStorePath(drvPath)});
PushActivity pact(act.id);