-/* $Id: d1_absyn.c,v 1.9.2.4 2005-07-19 18:34:16 adam Exp $
+/* $Id: d1_absyn.c,v 1.9.2.5 2005-11-23 14:26:04 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
Index Data Aps
}
sprintf (res_p, "$");
res_p++;
- yaz_log(YLOG_DEBUG, "Got regexp: %s", res);
+ yaz_log(LOG_DEBUG, "Got regexp: %s", res);
return res;
}
sprintf(buf + strlen(buf), "/subfield[@code=\"%s\"]", subfield);
else if (field[0] != '0' || field[1] != '0')
strcat(buf, "/subfield");
- yaz_log(YLOG_DEBUG, "Created xpath: '%s'", buf);
+ yaz_log(LOG_DEBUG, "Created xpath: '%s'", buf);
return 0;
}
-/* $Id: recgrs.c,v 1.86.2.5 2005-11-08 10:45:57 adam Exp $
+/* $Id: recgrs.c,v 1.86.2.6 2005-11-23 14:26:05 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
Index Data Aps
int i;
ok = dfa_match_first(xpe->dfa->states, pexpr);
if (ok)
- yaz_log(YLOG_DEBUG, " xpath got match %s",xpe->xpath_expr);
+ yaz_log(LOG_DEBUG, " xpath got match %s",xpe->xpath_expr);
else
- yaz_log(YLOG_DEBUG, " xpath no match %s",xpe->xpath_expr);
+ yaz_log(LOG_DEBUG, " xpath no match %s",xpe->xpath_expr);
if (ok) {
#ifdef ENHANCED_XELM