fix random_err crash

This commit is contained in:
yihaoDeng 2024-08-22 14:51:27 +08:00
parent 1c85d3d959
commit c41f7fe19d
1 changed files with 1 additions and 1 deletions

View File

@ -2236,7 +2236,7 @@ static void* cliWorkThread(void* arg) {
(void)uv_run(pThrd->loop, UV_RUN_DEFAULT);
tDebug("thread quit-thread:%08 " PRId64, pThrd->pid);
tDebug("thread quit-thread:%08" PRId64 "", pThrd->pid);
return NULL;
}