Skip to content

Commit

Permalink
fix: build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed May 24, 2023
1 parent bae299c commit f06499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchQuery.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ static int multi_thread_specified_table_query(uint16_t iface, char* dbName) {

// if failed, set termainte flag true like ctrl+c exit
if (exeError) {
errorPrint(" i=%d create thread occur error, so wait exit ...\n", i);
errorPrint(" i=%ld create thread occur error, so wait exit ...\n", i);
g_arguments->terminate = true;
}

Expand Down

0 comments on commit f06499c

Please sign in to comment.