about summary refs log tree commit diff
path: root/src/libstore
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/db.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/db.cc b/src/libstore/db.cc
index f378ef454947..c3cdd3232ff3 100644
--- a/src/libstore/db.cc
+++ b/src/libstore/db.cc
@@ -246,6 +246,8 @@ void Database::open(const string & path)
 
             /* Force a checkpoint, as per the BDB docs. */
             env->txn_checkpoint(DB_FORCE, 0, 0);
+
+            printMsg(lvlError, "database succesfully upgraded to new version");
         }
 
 #if 0