Remove chatty message

This broke building with "-vv", because the builder is not allowed to
write to stderr at this point.
This commit is contained in:
Eelco Dolstra 2014-12-12 13:43:59 +01:00
parent ad790022fd
commit 4acca1a5b9

View file

@ -2137,8 +2137,6 @@ void DerivationGoal::runChild()
setuid() when run as root sets the real, effective and
saved UIDs. */
if (buildUser.enabled()) {
printMsg(lvlChatty, format("switching to user %1%") % buildUser.getUser());
if (setgroups(0, 0) == -1)
throw SysError("cannot clear the set of supplementary groups");