X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstlog.c;h=2e99b8c26413579734e9900133cb49947d80f378;hp=3e6dbe211d9b4b49db12ecfef64975c4d61627a0;hb=f4c095a042b1bcccb78136be87944e46412386aa;hpb=36197e32322202a7518d821aa7306cf24de77c39 diff --git a/test/tstlog.c b/test/tstlog.c index 3e6dbe2..2e99b8c 100644 --- a/test/tstlog.c +++ b/test/tstlog.c @@ -2,7 +2,7 @@ * Copyright (c) 2004, Index Data * See the file LICENSE for details. * - * $Id: tstlog.c,v 1.1 2004-11-03 22:30:52 adam Exp $ + * $Id: tstlog.c,v 1.3 2004-12-13 14:21:58 heikki Exp $ * */ #include @@ -14,7 +14,7 @@ int main(int argc, char **argv) { char *arg; int ret; - int level = LOG_LOG; + int level = YLOG_LOG; while ((ret = options("f:v:l:m:", argv, argc, &arg)) != -2) {