Changed log message for adelete action
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 Dec 2007 11:21:29 +0000 (11:21 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 Dec 2007 11:21:29 +0000 (11:21 +0000)
index/extract.c

index be000c2..dc951f3 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: extract.c,v 1.275 2007-12-20 11:15:42 adam Exp $
+/* $Id: extract.c,v 1.276 2007-12-20 11:21:29 adam Exp $
    Copyright (C) 1995-2007
    Index Data ApS
 
@@ -979,7 +979,7 @@ ZEBRA_RES zebra_extract_record_stream(ZebraHandle zh,
         else if (action == action_a_delete)
         {
             if (show_progress)
-                yaz_log(YLOG_LOG, "delete %s %s " ZINT_FORMAT, recordType,
+                yaz_log(YLOG_LOG, "adelete %s %s " ZINT_FORMAT, recordType,
                         pr_fname, (zint) start_offset);
             return ZEBRA_OK;
         }