X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fdb-test.c;h=23d3f21c36498eee122232e1dedec8f14026d654;hb=2bdb8362f6969384d1c2a4c0ee6bfef5e60e85c5;hp=99139eb30d96c54a1e06a619f005fa8e5958efd6;hpb=5b53087fa5a07ff89d34cf3bf3bc1b28809f05c2;p=libucw.git diff --git a/lib/db-test.c b/lib/db-test.c index 99139eb3..23d3f21c 100644 --- a/lib/db-test.c +++ b/lib/db-test.c @@ -1,7 +1,10 @@ /* - * Sherlock Library -- Database Manager -- Tests and Benchmarks + * UCW Library -- Database Manager -- Tests and Benchmarks * - * (c) 1999 Martin Mares + * (c) 1999 Martin Mares + * + * 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)