From 21388a3b0f8a728060afa7d568f1bdfbef75e875 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Sat, 14 Nov 2020 11:50:50 +0800 Subject: [PATCH] [TD-225] --- src/client/src/tscServer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/src/tscServer.c b/src/client/src/tscServer.c index 8549fa09bb..d8c920daa7 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; -- GitLab