提交 7723a9ac 编写于 作者: M Minghao Li

refactor(sync): delete %ld

上级 16e6273d
...@@ -2801,7 +2801,7 @@ static void syncNodeEqElectTimer(void* param, void* tmrId) { ...@@ -2801,7 +2801,7 @@ static void syncNodeEqElectTimer(void* param, void* tmrId) {
do { do {
char logBuf[128]; 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); syncNodeEventLog(pSyncNode, logBuf);
} while (0); } while (0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册