fix random_err crash
This commit is contained in:
parent
1c85d3d959
commit
c41f7fe19d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue