[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/64: lvlInfo -> lvlTalkative
From: |
Ludovic Courtès |
Subject: |
63/64: lvlInfo -> lvlTalkative |
Date: |
Mon, 05 Jan 2015 16:39:14 +0000 |
civodul pushed a commit to branch nix
in repository guix.
commit 8d5f472f2c49c79a0d3ae2e506f4d4d76224b328
Author: Eelco Dolstra <address@hidden>
Date: Thu May 15 11:37:44 2014 +0200
lvlInfo -> lvlTalkative
---
src/libstore/optimise-store.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libstore/optimise-store.cc b/src/libstore/optimise-store.cc
index e43dbf3..67ee94a 100644
--- a/src/libstore/optimise-store.cc
+++ b/src/libstore/optimise-store.cc
@@ -56,7 +56,7 @@ LocalStore::InodeHash LocalStore::loadInodeHash()
}
if (errno) throw SysError(format("reading directory `%1%'") % linksDir);
- printMsg(lvlInfo, format("loaded %1% hash inodes") % inodeHash.size());
+ printMsg(lvlTalkative, format("loaded %1% hash inodes") %
inodeHash.size());
return inodeHash;
}
- 50/64: Fix RPM build, (continued)
- 50/64: Fix RPM build, Ludovic Courtès, 2015/01/05
- 53/64: fix typo, Ludovic Courtès, 2015/01/05
- 52/64: Shortcut already-hardlinked files, Ludovic Courtès, 2015/01/05
- 54/64: nix-instantiate --eval: Apply auto-arguments if the result is a function, Ludovic Courtès, 2015/01/05
- 47/64: Fix Debian tests, Ludovic Courtès, 2015/01/05
- 60/64: Merge branch 'master' of github.com:wmertens/nix, Ludovic Courtès, 2015/01/05
- 58/64: Use the inodes given by readdir directly, Ludovic Courtès, 2015/01/05
- 57/64: Remove redundant code, Ludovic Courtès, 2015/01/05
- 55/64: Prepare nix-mode to be uploaded to marmalade, Ludovic Courtès, 2015/01/05
- 56/64: Preload linked hashes to speed up lookups, Ludovic Courtès, 2015/01/05
- 63/64: lvlInfo -> lvlTalkative,
Ludovic Courtès <=
- 42/64: When running as root, use build users by default, Ludovic Courtès, 2015/01/05
- 59/64: Shortcut store files before lstat, Ludovic Courtès, 2015/01/05
- 64/64: Merge commit '8d5f472f2c49c79a0d3ae2e506f4d4d76224b328' into nix, Ludovic Courtès, 2015/01/05
- 61/64: Remove tab, Ludovic Courtès, 2015/01/05
- 62/64: nix-store --optimise: Remove bogus statistics, Ludovic Courtès, 2015/01/05