forked from lix-project/lix
* 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. */
|
||||
env->txn_checkpoint(DB_FORCE, 0, 0);
|
||||
|
||||
printMsg(lvlError, "database succesfully upgraded to new version");
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in a new issue