diff --git a/source/libs/executor/src/executorInt.c b/source/libs/executor/src/executorInt.c index 2567953cfc..88d11df166 100644 --- a/source/libs/executor/src/executorInt.c +++ b/source/libs/executor/src/executorInt.c @@ -990,7 +990,7 @@ int32_t buildSessionResultDataBlock(SOperatorInfo* pOperator, void* pState, SSDa // ASSERT(code == 0); if (code == -1) { // for history - qWarn("===stream===not found session result key:%" PRId64 ", ekey:%" PRId64 ", groupId:%" PRIu64 ", opNum:%d", + qWarn("===stream===not found session result key:%" PRId64 ", ekey:%" PRId64 ", groupId:%" PRIu64 "", pKey->win.skey, pKey->win.ekey, pKey->groupId); pGroupResInfo->index += 1; continue;