From 67562e1333c014ae5506e5a2c1571dfcf323f249 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 1 Sep 1999 21:09:25 +0000 Subject: [PATCH] * database.c: isplay the GDBM version string on startup --- citadel/ChangeLog | 4 ++++ citadel/database.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 49516cd9d..d5352901c 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -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 Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/database.c b/citadel/database.c index d14ab2bc0..674ef3f0b 100644 --- a/citadel/database.c +++ b/citadel/database.c @@ -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. -- 2.39.2