fix: fix syntax error.
This commit is contained in:
parent
62f227ed66
commit
2f446afe28
|
@ -168,7 +168,7 @@ static STaskStateTrans* streamTaskFindTransform(ETaskStatus state, const EStream
|
|||
}
|
||||
|
||||
if (isInvalidStateTransfer(state, event)) {
|
||||
stError("invalid state transfer %d, handle event:%d", state, GET_EVT_NAME(event));
|
||||
stError("invalid state transfer %d, handle event:%s", state, GET_EVT_NAME(event));
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue