Moved back to a single log.h, with the new #define YAZ_USE_NEW_LOG
[yaz-moved-to-github.git] / test / tstlog.c
index 3e6dbe2..2e99b8c 100644 (file)
@@ -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 <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)
     {