projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4097bac
)
Changed log message for adelete action
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 20 Dec 2007 11:21:29 +0000
(11:21 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 20 Dec 2007 11:21:29 +0000
(11:21 +0000)
index/extract.c
patch
|
blob
|
history
diff --git
a/index/extract.c
b/index/extract.c
index
be000c2
..
dc951f3
100644
(file)
--- 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;
}