We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafcda2 commit 059fde4Copy full SHA for 059fde4
XEngine_Apps/MQCore_HTTPApp/MQCore_HTTPApp.cpp
@@ -94,7 +94,7 @@ void MQ_UNRead()
94
printf("发送投递失败!\n");
95
return;
96
}
97
- printf("MQ_Create:%s\n", ptszMsgBody);
+ printf("MQ_UNRead:%s\n", ptszMsgBody);
98
BaseLib_OperatorMemory_FreeCStyle((XPPMEM)&ptszMsgBody);
99
100
void MQ_Create()
0 commit comments