From 195352c94a50dd8a23773abf3a7f7641ae1225d3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 15 May 2000 13:02:39 +0000 Subject: [PATCH] Minor change. --- index/extract.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index/extract.c b/index/extract.c index 7c325ca..c52673a 100644 --- a/index/extract.c +++ b/index/extract.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: extract.c,v $ - * Revision 1.100 2000-03-20 19:08:36 adam + * Revision 1.101 2000-05-15 13:02:39 adam + * Minor change. + * + * Revision 1.100 2000/03/20 19:08:36 adam * Added remote record import using Z39.50 extended services and Segment * Requests. * @@ -1354,8 +1357,9 @@ static int recordExtract (SYSNO *sysno, const char *fname, is probably empty - unless flagShowRecords is in use */ if (!rGroup->flagRw) return 1; - logf (LOG_WARN, "No keys generated for file %s", fname); - logf (LOG_WARN, " The file is probably empty"); + + logf (LOG_WARN, "empty %s %s %ld", rGroup->recordType, + fname, (long) recordOffset); return 1; } } -- 1.7.10.4