]> arthur.barton.de Git - netatalk.git/commitdiff
Add a message indicating what version of BDB is being used.
authorjmarcus <jmarcus>
Wed, 23 Jan 2002 02:31:32 +0000 (02:31 +0000)
committerjmarcus <jmarcus>
Wed, 23 Jan 2002 02:31:32 +0000 (02:31 +0000)
libatalk/cnid/cnid_open.c

index 7b7d065c6bf6c1aece299d3ab45c2bf6f49396bc..bb6828d95790935f8fba6a6929d02993da01ab6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cnid_open.c,v 1.34 2002-01-21 04:48:14 jmarcus Exp $
+ * $Id: cnid_open.c,v 1.35 2002-01-23 02:31:32 jmarcus Exp $
  *
  * Copyright (c) 1999. Adrian Sun (asun@zoology.washington.edu)
  * All Rights Reserved. See COPYRIGHT.
@@ -563,6 +563,10 @@ dbversion_retry:
         goto fail_appinit;
     }
 
+    /* Print out the version of DB3 we're linked against. */
+    LOG(log_info, logtype_default, "CNID DB initialized using %s",
+        db_version(NULL, NULL, NULL));
+
     return db;
 
 fail_appinit: