From: Adam Dickmeiss Date: Thu, 20 Dec 2007 11:21:29 +0000 (+0000) Subject: Changed log message for adelete action X-Git-Tag: ZEBRA.2.0.22~8 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=fc458befb0a78a1de6629f6873d9a467be1393c1;p=idzebra-moved-to-github.git Changed log message for adelete action --- diff --git a/index/extract.c b/index/extract.c index be000c2..dc951f3 100644 --- a/index/extract.c +++ b/index/extract.c @@ -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; }