* Be less verbose.

This commit is contained in:
Eelco Dolstra 2006-12-07 21:43:35 +00:00
parent 4ca01065c3
commit 2819eb36a4
1 changed files with 1 additions and 1 deletions

View File

@ -1424,7 +1424,7 @@ void DerivationGoal::startBuilder()
safe. Also note that setuid() when run as root sets
the real, effective and saved UIDs. */
if (buildUser.enabled()) {
printMsg(lvlInfo, format("switching to user `%1%'") % buildUser.getUser());
printMsg(lvlChatty, format("switching to user `%1%'") % buildUser.getUser());
if (amPrivileged()) {