Reduce verbosity

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

View file

@ -1439,6 +1439,7 @@ void DerivationGoal::buildDone()
outputLocks.unlock();
} catch (BuildError & e) {
if (!hook)
printMsg(lvlError, e.msg());
outputLocks.unlock();
buildUser.release();