Browse Source

Z991239-2154 #comment fix: 日志乱码

陈礼鹏80274480 4 years ago
parent
commit
b3f088549f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/mod_counterconnector/mod_counterconnector.cpp

+ 1 - 1
Module/mod_counterconnector/mod_counterconnector.cpp

@@ -232,7 +232,7 @@ using namespace CounterConnector;
 					m_fsm.m_strHintCallNum = "";
 
 				}
-				Dbg("recv UI call num = %s",m_fsm.m_strHintCallNum);
+				Dbg("recv UI call num = %s",m_fsm.m_strHintCallNum.GetData());
 				m_fsm.PostEventFIFO(new FSMEvent(USER_EVT_HANDFREE_CALL));
 			} 
 			else