* A helpful message.

This commit is contained in:
Eelco Dolstra 2006-10-13 11:49:55 +00:00
parent e4af398681
commit 37c8a664f3
1 changed files with 2 additions and 0 deletions

View File

@ -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