about summary refs log tree commit diff
path: root/src/libnix/db.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnix/db.cc')
-rw-r--r--src/libnix/db.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libnix/db.cc b/src/libnix/db.cc
index c498fab74851..63ec2724fcb3 100644
--- a/src/libnix/db.cc
+++ b/src/libnix/db.cc
@@ -202,7 +202,8 @@ void Database::open(const string & path)
                 setAccessorCount(fdAccessors, 1);
 
             if (n != 0) {
-                msg(lvlTalkative, format("accessor count is %1%, running recovery") % n);
+                printMsg(lvlTalkative,
+                    format("accessor count is %1%, running recovery") % n);
 
                 /* Open the environment after running recovery. */
                 openEnv(env, path, DB_RECOVER);