[td-225] fix compiler error on windows

This commit is contained in:
Haojun Liao 2020-10-02 11:12:46 +08:00
parent b3574f294f
commit ef1dc64667
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ void tscProcessHeartBeatRsp(void *param, TAOS_RES *tres, int code) {
if (pObj->pHb != NULL) {
int32_t waitingDuring = tsShellActivityTimer * 500;
tscDebug("%p start heartbeat in %"PRId64"ms", pSql, waitingDuring);
tscDebug("%p start heartbeat in %dms", pSql, waitingDuring);
taosTmrReset(tscProcessActivityTimer, waitingDuring, pObj, tscTmr, &pObj->pTimer);
} else {