diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-07 21:43:35 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-07 21:43:35 +0000 |
commit | 2819eb36a43488c348942de5ef4dca4442b999db (patch) | |
tree | 7e39efddc847d6218c69f4a5f1c23aaf1d8172b6 /src/libstore | |
parent | 4ca01065c3df106eb9610c425b2c604ba96db365 (diff) | |
download | guix-2819eb36a43488c348942de5ef4dca4442b999db.tar.gz |
* Be less verbose.
Diffstat (limited to 'src/libstore')
-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 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()) { |