From 8af62a58b5b4028a19550e113551d643a22a1656 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 11 Mar 2021 13:04:26 +0800 Subject: [PATCH] [TD-3143] : make taosdemo works on windows. fix compile issue. --- src/kit/taosdemo/taosdemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kit/taosdemo/taosdemo.c b/src/kit/taosdemo/taosdemo.c index 9f51bfcd0e..c4f71c6a3e 100644 --- a/src/kit/taosdemo/taosdemo.c +++ b/src/kit/taosdemo/taosdemo.c @@ -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(); } -- GitLab