未验证 提交 05872a7d 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2111 from taosdata/hotfix/sangshuduo/fix-printf-format-in-rpcTcp.c

fix printf format issue in rpcTcp.c
......@@ -211,7 +211,7 @@ static void* taosAcceptTcpConnection(void *arg) {
tTrace("%s TCP server socket was shutdown, exiting...", pServerObj->label);
break;
}
tError("%s TCP accept failure(%s)", pServerObj->label, errno, strerror(errno));
tError("%s TCP accept failure(%s)", pServerObj->label, strerror(errno));
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册