From 31c1915882e6fefa506df01335e934035f0fe332 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 23 Nov 2005 14:26:04 +0000 Subject: [PATCH] Dont use YLOG_ --- data1/d1_absyn.c | 6 +++--- recctrl/recgrs.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data1/d1_absyn.c b/data1/d1_absyn.c index 823dab9..c89456a 100644 --- a/data1/d1_absyn.c +++ b/data1/d1_absyn.c @@ -1,4 +1,4 @@ -/* $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 @@ -358,7 +358,7 @@ static const char * mk_xpath_regexp (data1_handle dh, const char *expr) } sprintf (res_p, "$"); res_p++; - yaz_log(YLOG_DEBUG, "Got regexp: %s", res); + yaz_log(LOG_DEBUG, "Got regexp: %s", res); return res; } @@ -481,7 +481,7 @@ static int melm2xpath(char *melm, char *buf) 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; } diff --git a/recctrl/recgrs.c b/recctrl/recgrs.c index f4a0425..fff54b8 100644 --- a/recctrl/recgrs.c +++ b/recctrl/recgrs.c @@ -1,4 +1,4 @@ -/* $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 @@ -452,9 +452,9 @@ data1_termlist *xpath_termlist_by_tagpath(char *tagpath, data1_node *n) 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 -- 1.7.10.4