* database.c: isplay the GDBM version string on startup
authorArt Cancro <ajc@citadel.org>
Wed, 1 Sep 1999 21:09:25 +0000 (21:09 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 1 Sep 1999 21:09:25 +0000 (21:09 +0000)
citadel/ChangeLog
citadel/database.c

index 49516cd9dfea85697bd818e337fd361b1e17e309..d5352901c24cb4ec2ca6c9f2715c044bd692b858 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 1.359  1999/09/01 21:09:25  ajc
+* database.c: isplay the GDBM version string on startup
+
 Revision 1.358  1999/09/01 02:36:34  ajc
 * Actually _enforce_ the max msg len limit
 
@@ -1220,3 +1223,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Initial CVS import 
+
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.