remove null pointer

This commit is contained in:
cadem 2023-04-24 16:06:56 +08:00
parent f5a974489e
commit 5a512eb767
1 changed files with 1 additions and 1 deletions

View File

@ -2156,7 +2156,7 @@ static void syncNodeEqPeerHeartbeatTimer(void* param, void* tmrId) {
SSyncHbTimerData* pData = syncHbTimerDataAcquire(hbDataRid);
if (pData == NULL) {
sError("hb timer get pData NULL, rid:%" PRId64 " addr:%" PRId64, hbDataRid, pData->destId.addr);
sError("hb timer get pData NULL, %" PRId64, hbDataRid);
return;
}