validate tfile

This commit is contained in:
yihaoDeng 2022-01-09 00:06:03 +08:00
parent 15c0275333
commit cdaf97cb0e
1 changed files with 1 additions and 2 deletions

View File

@ -148,8 +148,7 @@ TFileReader* tfileReaderCreate(WriterCtx* ctx) {
if (0 != tfileReaderVerify(reader)) {
tfileReaderDestroy(reader);
indexError("failed to load index header, suid: %" PRIu64 ", colName: %s", reader->header.suid,
reader->header.colName);
indexError("invalid tfile, suid: %" PRIu64 ", colName: %s", reader->header.suid, reader->header.colName);
return NULL;
}
// T_REF_INC(reader);