[TD-3143] <fix>: make taosdemo works on windows. fix compile issue.

This commit is contained in:
Shuduo Sang 2021-03-11 13:04:26 +08:00
parent 5ae71f5b80
commit 8af62a58b5
1 changed files with 1 additions and 1 deletions

View File

@ -4252,7 +4252,7 @@ static void* syncWrite(void *sarg) {
winfo->avgDelay = (double)winfo->totalDelay / winfo->cntDelay;
}
verbosePrint("%s() LN%d: totalaffectedRows:%"PRId64" tblInserted\n", __func__, __LINE__, winfo->totalAffectedRows, tblInserted);
verbosePrint("%s() LN%d: totalaffectedRows:%"PRId64" tblInserted=%d\n", __func__, __LINE__, winfo->totalAffectedRows, tblInserted);
if (g_args.insert_interval) {
et = taosGetTimestampMs();
}