about summary refs log tree commit diff
path: root/src/libstore/build.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-12-07T21·43+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-12-07T21·43+0000
commit2819eb36a43488c348942de5ef4dca4442b999db (patch)
tree7e39efddc847d6218c69f4a5f1c23aaf1d8172b6 /src/libstore/build.cc
parent4ca01065c3df106eb9610c425b2c604ba96db365 (diff)
* Be less verbose.
Diffstat (limited to 'src/libstore/build.cc')
-rw-r--r--src/libstore/build.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index 184b05c863..0d2879cc94 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()) {