diff --git a/src/kit/taosdemo/taosdemo.c b/src/kit/taosdemo/taosdemo.c index 9f51bfcd0ee05947b0a2ec46626538cdeac8d410..c4f71c6a3ed77f052df65ef6ecb2cbf83c208cf5 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(); }