forked from lix-project/lix
Merge pull request #9974 from edolstra/less-chatty-post-build-hook
runPostBuildHook(): Be less chatty
(cherry picked from commit 28a988bdde7b20abff9000162015500c44a5812b)
Change-Id: Ibb49b71bf631d04d08970d719f091221b15c5036
This commit is contained in:
parent
647d762ab5
commit
bbf69a4898
|
@ -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…
Reference in a new issue