refactor: update logs.

This commit is contained in:
Haojun Liao 2024-08-21 20:00:34 +08:00
parent 92286cd8c7
commit 4dc81efb8b
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)