* A helpful message.
This commit is contained in:
parent
e4af398681
commit
37c8a664f3
|
@ -246,6 +246,8 @@ void Database::open(const string & path)
|
||||||
|
|
||||||
/* Force a checkpoint, as per the BDB docs. */
|
/* Force a checkpoint, as per the BDB docs. */
|
||||||
env->txn_checkpoint(DB_FORCE, 0, 0);
|
env->txn_checkpoint(DB_FORCE, 0, 0);
|
||||||
|
|
||||||
|
printMsg(lvlError, "database succesfully upgraded to new version");
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in a new issue