Moved back to a single log.h, with the new #define YAZ_USE_NEW_LOG
[yaz-moved-to-github.git] / src / readconf.c
index 3e99be0..849995c 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1994-2004, Index Data
  * All rights reserved.
  *
- * $Id: readconf.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: readconf.c,v 1.4 2004-12-13 14:21:55 heikki Exp $
  */
 
 /**
@@ -69,7 +69,7 @@ int readconf(char *name, void *rprivate,
     
     if (!(f = fopen(name, "r")))
     {
-       yaz_log(LOG_WARN|LOG_ERRNO, "readconf: %s", name);
+       yaz_log(YLOG_WARN|YLOG_ERRNO, "readconf: %s", name);
        return -1;
     }
     for (;;)