add config

This commit is contained in:
yihaoDeng 2024-09-30 10:26:52 +08:00
parent d379d8994e
commit c173f5ab02
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ static int32_t uvMayHandleReleaseReq(SSvrConn* pConn, STransMsgHead* pHead) {
SSvrRespMsg* srvMsg = taosMemoryCalloc(1, sizeof(SSvrRespMsg));
if (srvMsg == NULL) {
tError("conn %p recv release, failed to send release-resp since %s", pConn, terrno);
tError("conn %p recv release, failed to send release-resp since %s", pConn, tstrerror(terrno));
taosMemoryFree(pHead);
return terrno;
}