[td-225] update logs

This commit is contained in:
Haojun Liao 2020-05-31 23:46:31 +08:00
parent db7261235c
commit 87c5f7ca54
1 changed files with 1 additions and 1 deletions

View File

@ -1864,7 +1864,7 @@ SSqlObj* createSubqueryObj(SSqlObj* pSql, int16_t tableIndex, void (*fp)(), void
}
if (pFinalInfo->pTableMeta == NULL) {
tscError("%p new subquery failed for get pMeterMeta is NULL from cache", pSql);
tscError("%p new subquery failed for get tableMeta is NULL from cache", pSql);
tscFreeSqlObj(pNew);
return NULL;
}