refactor: update logs.

This commit is contained in:
Haojun Liao 2024-08-19 19:16:40 +08:00
parent 2b68e110e5
commit a760ede4ae
1 changed files with 2 additions and 1 deletions

View File

@ -1414,7 +1414,8 @@ static int32_t doLoadFileBlockData(STsdbReader* pReader, SDataBlockIter* pBlockI
pSchema = getTableSchemaImpl(pReader, uid);
if (pSchema == NULL) {
code = terrno;
tsdbError("%p table uid:%" PRIu64 " has been dropped, no data existed, %s", pReader, uid, pReader->idStr);
tsdbError("%p table uid:%" PRIu64 " failed to get tableschema, code:%s, %s", pReader, uid, tstrerror(code),
pReader->idStr);
return code;
}
}