diff --git a/src/common/src/texpr.c b/src/common/src/texpr.c index 5542f8ff5bb7f62e67565219b0e7f21730820983..8bfc3ee73d1c7b93b16d28fb746c20f3bf7e13d0 100644 --- a/src/common/src/texpr.c +++ b/src/common/src/texpr.c @@ -2333,7 +2333,7 @@ void vectorTimeFunc(int16_t functionId, tExprOperandInfo *pInputs, int32_t numIn char *newColData = calloc(1, charLen / TSDB_NCHAR_SIZE + 1); int len = taosUcs4ToMbs(varDataVal(inputData[0]), charLen, newColData); if (len < 0){ - uError("vectorTimeFunc taosUcs4ToMbs error 1"); + uError("vectorTimeFunc taosUcs4ToMbs error"); tfree(newColData); return; }