X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Freadconf.c;h=06ee114e3b253389da389378d419c1a378af35fc;hb=613473ea375ac8194f2cd14dd3f5f3820d6ac941;hp=3e99be040114e757099852cd0d288d4430e61fc4;hpb=05c274ef315384faafcc5900c17468f0ea2474e6;p=yaz-moved-to-github.git diff --git a/src/readconf.c b/src/readconf.c index 3e99be0..06ee114 100644 --- a/src/readconf.c +++ b/src/readconf.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1994-2004, Index Data + * Copyright (C) 1995-2005, Index Data ApS * All rights reserved. * - * $Id: readconf.c,v 1.2 2004-10-15 00:19:00 adam Exp $ + * $Id: readconf.c,v 1.5 2005-01-15 19:47:14 adam 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 (;;)