Include idzebra-2.0-examples in RPM package
[idzebra-moved-to-github.git] / index / retrieve.c
index 7dc82b8..f4faf45 100644 (file)
@@ -1,8 +1,5 @@
-/* $Id: retrieve.c,v 1.85 2008-03-05 09:21:48 adam Exp $
-   Copyright (C) 1995-2007
-   Index Data ApS
-
-This file is part of the Zebra server.
+/* This file is part of the Zebra server.
+   Copyright (C) 1995-2008 Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -809,7 +806,7 @@ static ZEBRA_RES facet_fetch(ZebraHandle zh, const char *setname,
                                               poset[i].sysno,
                                               sysnos, &no_sysnos);
             assert(no_sysnos > 0);
-            yaz_log(YLOG_LOG, "Analyzing rec=%d ISAM sysno=" ZINT_FORMAT " chunks=%d",
+            yaz_log(YLOG_DEBUG, "Analyzing rec=%d ISAM sysno=" ZINT_FORMAT " chunks=%d",
                     i, poset[i].sysno, no_sysnos);
             for (j = 0; j < no_sysnos && j < max_chunks; j++)
             {
@@ -821,7 +818,7 @@ static ZEBRA_RES facet_fetch(ZebraHandle zh, const char *setname,
                 zebra_rec_keys_set_buf(keys, rec->info[recInfo_delKeys],
                                        rec->size[recInfo_delKeys], 0);
 
-                yaz_log(YLOG_LOG, "rec %d " ZINT_FORMAT " %s", 
+                yaz_log(YLOG_DEBUG, "rec %d " ZINT_FORMAT " %s", 
                         j, sysnos[j], zebra_rec_keys_empty(keys) ? "empty" : "non-empty");
                 if (zebra_rec_keys_rewind(keys))
                 {