opt transport

This commit is contained in:
yihaoDeng 2024-09-05 13:52:08 +08:00
parent 667da97c3a
commit 27d22b79b9
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ bool transAsyncPoolIsEmpty(SAsyncPool* pool);
goto _return1; \ goto _return1; \
} \ } \
} else { \ } else { \
tWarn("invalid handle to release"); \ tDebug("invalid handle to release"); \
goto _return2; \ goto _return2; \
} \ } \
} while (0) } while (0)