aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-10-13 11:49:55 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-10-13 11:49:55 +0000
commit37c8a664f3af9d67ecdc200d4a6b5ced1009c25f (patch)
tree6c13b06230f690812056363d8d8279788394c526
parente4af398681576d62df29cfee018dea800a7dfa17 (diff)
* A helpful message.
-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 f378ef454..c3cdd3232 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