From fc458befb0a78a1de6629f6873d9a467be1393c1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 Dec 2007 11:21:29 +0000 Subject: [PATCH] Changed log message for adelete action --- index/extract.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 1.7.10.4