X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2Fread-grs.c;h=2acbca5a9e3164735a5ec2b428238ae25eb39713;hp=9cc9c48b4c3b2f70b679d89a610f3a5121d333db;hb=f4c095a042b1bcccb78136be87944e46412386aa;hpb=eb14cf14b5b176a8e2b73ca251d625e47223f116 diff --git a/ztest/read-grs.c b/ztest/read-grs.c index 9cc9c48..2acbca5 100644 --- a/ztest/read-grs.c +++ b/ztest/read-grs.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2002, Index Data. + * Copyright (c) 1995-2003, Index Data. * See the file LICENSE for details. * - * $Id: read-grs.c,v 1.7 2002-03-18 21:33:48 adam Exp $ + * $Id: read-grs.c,v 1.10 2004-12-13 14:21:59 heikki Exp $ */ /* @@ -42,7 +42,7 @@ static Z_GenericRecord *read_grs1(FILE *f, ODR o) return r; if (sscanf(buf, "(%d,%[^)])", &type, value) != 2) { - yaz_log(LOG_WARN, "Bad data in '%s'", buf); + yaz_log(YLOG_WARN, "Bad data in '%s'", buf); return 0; } if (!type && *value == '0')