Merge pull request #18867 from taosdata/fix/TD-21118_gsl

fix: donot print log while assert
This commit is contained in:
Shengliang Guan 2022-12-10 10:56:37 +08:00 committed by GitHub
commit 2ea881b2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ bool taosAssert(bool condition, const char *file, int32_t line, const char *form
taosPrintTrace(flags, level, dflag);
if (tsAssert) {
taosCloseLog();
// taosCloseLog();
taosMsleep(300);
#ifdef NDEBUG