refactor(sync): delete %ld

This commit is contained in:
Minghao Li 2022-10-25 23:17:52 +08:00
parent 16e6273d9d
commit 7723a9ac28
1 changed files with 1 additions and 1 deletions

View File

@ -2801,7 +2801,7 @@ static void syncNodeEqElectTimer(void* param, void* tmrId) {
do {
char logBuf[128];
snprintf(logBuf, sizeof(logBuf), "eq elect timer lc:%ld", pSyncMsg->logicClock);
snprintf(logBuf, sizeof(logBuf), "eq elect timer lc:%" PRIu64, pSyncMsg->logicClock);
syncNodeEventLog(pSyncNode, logBuf);
} while (0);