reset timeout

This commit is contained in:
yihaoDeng 2024-10-14 19:21:24 +08:00
parent 2b466765a1
commit 19f0ed7506
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ void cliConnCheckTimoutMsg(SCliConn* conn) {
}
code = cliConnRemoveTimeoutMsg(conn);
if (code != 0) {
tDebug("%s conn %p do remove timeout msg since %s", CONN_GET_INST_LABEL(conn), conn);
tDebug("%s conn %p do remove timeout msg", CONN_GET_INST_LABEL(conn), conn);
}
// QUEUE_INIT(&set);
// SListFilterArg arg = {.id = 0, .pInst = pInst};