diff --git a/src/libstore/db.cc b/src/libstore/db.cc index f378ef4549..c3cdd3232f 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