Browse Source

Z991239-1781 #comment other assistant channel add log2

胡琛80272472 4 năm trước cách đây
mục cha
commit
3d43126f88
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Module/mod_initiativetransfer/mod_initiativetransfer.cpp

+ 1 - 1
Module/mod_initiativetransfer/mod_initiativetransfer.cpp

@@ -111,7 +111,7 @@ public:
 	void SwitchToAgentFlow(CSimpleStringW req_context)
 	{
 		CSimpleStringA str_req = CSimpleStringW2A(req_context);
-		Dbg("SwitchToAgentFlow, req_context:%s", str_req.getData());
+		Dbg("SwitchToAgentFlow, req_context:%s", str_req.GetData());
 		ReqAgentFlowEvent *e = new ReqAgentFlowEvent();
 		e->req_context = req_context;
 		e->m_pEntityBase = this;