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)