diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-07T21·43+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-07T21·43+0000 |
commit | 2819eb36a43488c348942de5ef4dca4442b999db (patch) | |
tree | 7e39efddc847d6218c69f4a5f1c23aaf1d8172b6 | |
parent | 4ca01065c3df106eb9610c425b2c604ba96db365 (diff) |
* Be less verbose.
-rw-r--r-- | src/libstore/build.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc index 184b05c8634f..0d2879cc94a5 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -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()) { |