fix: fix syntax error.

This commit is contained in:
Haojun Liao 2024-08-21 14:54:41 +08:00
parent 1d50aae710
commit 1a458109ca
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ int32_t createChkptTriggerBlock(SStreamTask* pTask, int32_t checkpointType, int6
}
if (srcTaskId <= 0) {
stDebug("s-task:0x%x invalid src task id:%d for creating checkpoint trigger block", pTask->id.idStr, srcTaskId);
stDebug("s-task:%s invalid src task id:%d for creating checkpoint trigger block", pTask->id.idStr, srcTaskId);
return TSDB_CODE_INVALID_PARA;
}