ソースを参照

Z991239-1781 #comment other assistant channel add log2

胡琛80272472 4 年 前
コミット
3d43126f88
1 ファイル変更1 行追加1 行削除
  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;