Bump year
[yaz-moved-to-github.git] / test / tstlog.c
index 3e6dbe2..743da7f 100644 (file)
@@ -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 <stdio.h>
@@ -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)
     {