Merge pull request #27374 from taosdata/fix/3_liaohj

refactor: update logs.
This commit is contained in:
Haojun Liao 2024-08-22 09:10:58 +08:00 committed by GitHub
commit 5f95ee2644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
#define T_LONG_JMP(_obj, _c) \
do { \
ASSERT(1); \
qError("error happens at %s, line:%d, code:%s", __func__, __LINE__, tstrerror((_c))); \
longjmp((_obj), (_c)); \
} while (0)