From: Adam Dickmeiss Date: Wed, 9 Jul 2008 08:56:50 +0000 (+0200) Subject: Fixed call to zebra_snippets_log X-Git-Tag: v2.0.34~48 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=6d6696e506bce609bb0d1b4977f14a132c05c155;hp=b3971ce2ed90ece7784b160cfa666c381f5c124a Fixed call to zebra_snippets_log --- diff --git a/index/retrieve.c b/index/retrieve.c index e10047e..f5e6bb6 100644 --- a/index/retrieve.c +++ b/index/retrieve.c @@ -571,7 +571,7 @@ static int snippet_fetch( /* for debugging purposes */ yaz_log(YLOG_LOG, "---------------------------"); yaz_log(YLOG_LOG, "REC SNIPPET:"); - zebra_snippets_log(rec_snippet, YLOG_LOG, 1); + zebra_snippets_log(rec_snippets, YLOG_LOG, 1); yaz_log(YLOG_LOG, "---------------------------"); yaz_log(YLOG_LOG, "HIT SNIPPET:"); zebra_snippets_log(hit_snippet, YLOG_LOG, 1);