Reduce verbosity

This commit is contained in:
Eelco Dolstra 2014-08-17 19:11:50 +02:00
parent 42e9ad8fd1
commit c160ead82f

View file

@ -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();