mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Reduce verbosity
This commit is contained in:
parent
42e9ad8fd1
commit
c160ead82f
1 changed files with 2 additions and 1 deletions
|
@ -1439,7 +1439,8 @@ void DerivationGoal::buildDone()
|
||||||
outputLocks.unlock();
|
outputLocks.unlock();
|
||||||
|
|
||||||
} catch (BuildError & e) {
|
} catch (BuildError & e) {
|
||||||
printMsg(lvlError, e.msg());
|
if (!hook)
|
||||||
|
printMsg(lvlError, e.msg());
|
||||||
outputLocks.unlock();
|
outputLocks.unlock();
|
||||||
buildUser.release();
|
buildUser.release();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue