Fixed call to zebra_snippets_log
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 Jul 2008 08:56:50 +0000 (10:56 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 Jul 2008 08:56:50 +0000 (10:56 +0200)
index/retrieve.c

index e10047e..f5e6bb6 100644 (file)
@@ -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);