From 87c5f7ca54717728ea218280dea0ec460a693382 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Sun, 31 May 2020 23:46:31 +0800 Subject: [PATCH] [td-225] update logs --- src/client/src/tscUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/src/tscUtil.c b/src/client/src/tscUtil.c index 22a3e86cd0..4b9d2b920f 100644 --- a/src/client/src/tscUtil.c +++ b/src/client/src/tscUtil.c @@ -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; } -- GitLab