fix:[TS-4921]refactor code

This commit is contained in:
wangmm0220 2024-07-05 16:12:13 +08:00
parent 6c5acdfc4b
commit 9d42b31d4a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ typedef enum {
SLOW_LOG_READ_QUIT = 3,
} SLOW_LOG_QUEUE_TYPE;
char* queueTypeStr[] = {
static char* queueTypeStr[] = {
"SLOW_LOG_WRITE",
"SLOW_LOG_READ_RUNNING",
"SLOW_LOG_READ_BEGINNIG",