X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fzeerex.c;h=de1357896420ed103ca51b43be54f6f6671a6859;hb=c7b8fb38d1cd3568301aabac00c5627bd6f510ca;hp=12f6daac352ff09a8c6effce212ac937649f1d66;hpb=93ecda59be42d85293c699061a51d55ac1ebadd7;p=pazpar2-moved-to-github.git diff --git a/src/zeerex.c b/src/zeerex.c index 12f6daa..de13578 100644 --- a/src/zeerex.c +++ b/src/zeerex.c @@ -1,4 +1,4 @@ -/* $Id: zeerex.c,v 1.5 2007-03-29 11:02:04 marc Exp $ */ +/* $Id: zeerex.c,v 1.6 2007-03-31 20:06:18 marc Exp $ */ // Reads Zeerex records into a set of structures @@ -14,7 +14,8 @@ // Replace this with something that will take a callback static void fail(const char *s, xmlNode *n) { - yaz_log(YLOG_WARN, "Zeerex Err '%s'; elem '%s/%s'", s, n->parent->name, n->name); + yaz_log(YLOG_WARN, "Zeerex Err '%s'; elem '%s/%s'", + s, n->parent->name, n->name); } // returns an nmem-allocated string if attr is present, or null