refactor: update logs.
This commit is contained in:
parent
2b68e110e5
commit
a760ede4ae
|
@ -1414,7 +1414,8 @@ static int32_t doLoadFileBlockData(STsdbReader* pReader, SDataBlockIter* pBlockI
|
||||||
pSchema = getTableSchemaImpl(pReader, uid);
|
pSchema = getTableSchemaImpl(pReader, uid);
|
||||||
if (pSchema == NULL) {
|
if (pSchema == NULL) {
|
||||||
code = terrno;
|
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;
|
return code;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue