Reduce verbosity
This commit is contained in:
@@ -1439,7 +1439,8 @@ void DerivationGoal::buildDone()
|
||||
outputLocks.unlock();
|
||||
|
||||
} catch (BuildError & e) {
|
||||
printMsg(lvlError, e.msg());
|
||||
if (!hook)
|
||||
printMsg(lvlError, e.msg());
|
||||
outputLocks.unlock();
|
||||
buildUser.release();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user