X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fextract.c;h=dc951f389c543978130446eabdfe3fd4d39ffc54;hb=527dab66d9847bb7f8a931c558306a070064bf25;hp=be000c2dd8ae2b11732e94979cbc380bf5d5cc0a;hpb=4097bac1dce126e79ce1550fad8b2034a311ff80;p=idzebra-moved-to-github.git 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; }