From: Adam Dickmeiss Date: Mon, 15 May 2000 13:02:39 +0000 (+0000) Subject: Minor change. X-Git-Tag: ZEBRA.1.1~71 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=195352c94a50dd8a23773abf3a7f7641ae1225d3 Minor change. --- 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; } }