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
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -2137,8 +2137,6 @@ void DerivationGoal::runChild()
 | 
				
			||||||
           setuid() when run as root sets the real, effective and
 | 
					           setuid() when run as root sets the real, effective and
 | 
				
			||||||
           saved UIDs. */
 | 
					           saved UIDs. */
 | 
				
			||||||
        if (buildUser.enabled()) {
 | 
					        if (buildUser.enabled()) {
 | 
				
			||||||
            printMsg(lvlChatty, format("switching to user ‘%1%’") % buildUser.getUser());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            if (setgroups(0, 0) == -1)
 | 
					            if (setgroups(0, 0) == -1)
 | 
				
			||||||
                throw SysError("cannot clear the set of supplementary groups");
 | 
					                throw SysError("cannot clear the set of supplementary groups");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue