lvlInfo -> lvlTalkative

This commit is contained in:
Eelco Dolstra 2014-05-15 11:37:44 +02:00
parent 84813af5b9
commit 8d5f472f2c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ LocalStore::InodeHash LocalStore::loadInodeHash()
} }
if (errno) throw SysError(format("reading directory `%1%'") % linksDir); 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; return inodeHash;
} }