diff --git a/src/client/src/tscServer.c b/src/client/src/tscServer.c index 8549fa09bbf7532d2c36aa2c943cd686403892d0..d8c920daa7c0ad79412419d228ab8e87180c25b3 100644 --- a/src/client/src/tscServer.c +++ b/src/client/src/tscServer.c @@ -892,7 +892,7 @@ int tscBuildQueryMsg(SSqlObj *pSql, SSqlInfo *pInfo) { int32_t msgLen = (int32_t)(pMsg - pCmd->payload); - tscDebug("%p msg built success,len:%d bytes", pSql, msgLen); + tscDebug("%p msg built success, len:%d bytes", pSql, msgLen); pCmd->payloadLen = msgLen; pSql->cmd.msgType = TSDB_MSG_TYPE_QUERY;