]> mj.ucw.cz Git - libucw.git/blobdiff - lib/db-test.c
I decided to turn off cf/url-equiv for indexation. however, after the indexer
[libucw.git] / lib / db-test.c
index dabbbaa7a22803131ab358a53363ca0de4fa3ec7..b00bead72f416da1628597117bfd1b3258360a93 100644 (file)
@@ -2,6 +2,9 @@
  *     Sherlock Library -- Database Manager -- Tests and Benchmarks
  *
  *     (c) 1999 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #if 1
@@ -260,7 +263,7 @@ int main(int argc, char **argv)
   char *ch;
   int dont_delete = 0;
 
-  initlog("dbtest");
+  log_init("dbtest");
   setvbuf(stdout, NULL, _IONBF, 0);
   setvbuf(stderr, NULL, _IONBF, 0);
   while ((c = getopt(argc, argv, "c:p:k:n:d:vsStF")) >= 0)