Reduce verbosity

This commit is contained in:
Eelco Dolstra 2014-08-17 19:11:50 +02:00 committed by Ludovic Courtès
parent 3f6d4f63ec
commit 790271559c
1 changed files with 2 additions and 1 deletions

View File

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