]> code.citadel.org Git - citadel.git/blobdiff - citadel/database.c
* database.c: isplay the GDBM version string on startup
[citadel.git] / citadel / database.c
index d14ab2bc036095dd3ba5889822c8a27133861a61..674ef3f0b85400d0c21c94747852cc6970799fde 100644 (file)
@@ -97,6 +97,8 @@ void defrag_databases(void) {
 void open_databases(void) {
        int a;
 
+       lprintf(7, "%s\n", gdbm_version);
+
        /*
         * Silently try to create the database subdirectory.  If it's
         * already there, no problem.