Skip to content

Commit 059fde4

Browse files
committed
modify:string error
1 parent cafcda2 commit 059fde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Apps/MQCore_HTTPApp/MQCore_HTTPApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void MQ_UNRead()
9494
printf("发送投递失败!\n");
9595
return;
9696
}
97-
printf("MQ_Create:%s\n", ptszMsgBody);
97+
printf("MQ_UNRead:%s\n", ptszMsgBody);
9898
BaseLib_OperatorMemory_FreeCStyle((XPPMEM)&ptszMsgBody);
9999
}
100100
void MQ_Create()

0 commit comments

Comments
 (0)