refactor(sync): add trace log

This commit is contained in:
Minghao Li 2022-10-25 19:22:25 +08:00
parent 01b712fbfd
commit 96a8a80cd7
1 changed files with 1 additions and 0 deletions

View File

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