From 27d22b79b907775524c90307aad9efe3a893ba36 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Thu, 5 Sep 2024 13:52:08 +0800 Subject: [PATCH] opt transport --- source/libs/transport/inc/transComm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/transport/inc/transComm.h b/source/libs/transport/inc/transComm.h index 4bf9acfac4..95ea6944e3 100644 --- a/source/libs/transport/inc/transComm.h +++ b/source/libs/transport/inc/transComm.h @@ -282,7 +282,7 @@ bool transAsyncPoolIsEmpty(SAsyncPool* pool); goto _return1; \ } \ } else { \ - tWarn("invalid handle to release"); \ + tDebug("invalid handle to release"); \ goto _return2; \ } \ } while (0)