X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2Fread-grs.c;h=2acbca5a9e3164735a5ec2b428238ae25eb39713;hp=2bc09f9db286a86731fde19a9541bf29b23f3f33;hb=f4c095a042b1bcccb78136be87944e46412386aa;hpb=4d531a1a9131d69c3b6c27fbac42837e22cff61c diff --git a/ztest/read-grs.c b/ztest/read-grs.c index 2bc09f9..2acbca5 100644 --- a/ztest/read-grs.c +++ b/ztest/read-grs.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data. * See the file LICENSE for details. * - * $Id: read-grs.c,v 1.8 2003-01-06 08:20:29 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')