X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=index%2Fextract.c;h=c52673ae718931b80152a10e73102a975d5ae687;hb=195352c94a50dd8a23773abf3a7f7641ae1225d3;hp=7c325cafb2e346358c09cb45493b17c7973319f9;hpb=c41c84a497ae744aa825a90f144c85b54f1cd4bb;p=idzebra-moved-to-github.git 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; } }