X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fextract.c;h=1312bfe06408a5d1a1c7842f4401c749fdd94d03;hb=a12477a52f995b809b00ac9e7b73a9b98cfbc540;hp=85f91bd959d72217cc3db874ada6f34bd41def84;hpb=53f50a1b1dd002ef484a41f50f3598386335cae1;p=idzebra-moved-to-github.git diff --git a/index/extract.c b/index/extract.c index 85f91bd..1312bfe 100644 --- a/index/extract.c +++ b/index/extract.c @@ -1,4 +1,4 @@ -/* $Id: extract.c,v 1.257 2007-05-08 12:50:04 adam Exp $ +/* $Id: extract.c,v 1.258 2007-05-08 14:27:23 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -704,10 +704,10 @@ ZEBRA_RES zebra_extract_record_stream(ZebraHandle zh, matchStr); - if (1) + if (log_level_extract) { WRBUF w = wrbuf_hex_str(matchStr); - yaz_log(YLOG_LOG, "matchStr: %s", wrbuf_cstr(w)); + yaz_log(log_level_extract, "matchStr: %s", wrbuf_cstr(w)); wrbuf_destroy(w); } if (rinfo)