X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstlog.c;h=743da7fed88515c640c5a3b53e56f714ac1e3b38;hb=811aab8e16731999167fcb3cd2076e7256bf68ad;hp=3e6dbe211d9b4b49db12ecfef64975c4d61627a0;hpb=36197e32322202a7518d821aa7306cf24de77c39;p=yaz-moved-to-github.git diff --git a/test/tstlog.c b/test/tstlog.c index 3e6dbe2..743da7f 100644 --- a/test/tstlog.c +++ b/test/tstlog.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 2004, Index Data + * Copyright (C) 1995-2005, Index Data ApS * 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.4 2005-01-15 19:47:15 adam 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) {