forked from lix-project/lix
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:
parent
ad790022fd
commit
4acca1a5b9
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue