余尚辉 4 maanden geleden
bovenliggende
commit
545abb13e4
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/core/callcenter/esl/handler/channel_answer_handler.py

+ 1 - 1
src/core/callcenter/esl/handler/channel_answer_handler.py

@@ -47,7 +47,7 @@ class ChannelAnswerHandler(EslEventHandler):
         call_info.answer_count = call_info.answer_count + 1
         call_info.next_commands.remove(next_command)
         self.logger.info("ysChannelAnswerHandler call_info.answer_time::%s,time:%s", call_info.answer_time, EslEventUtil.getEventDateTimestamp(event))
-        self.logger.info('坐席接听', device_info.device_type, call_info.direction)
+        self.logger.info('坐席接听:%s,call_info.direction:%s', device_info.device_type, call_info.direction)
 
 
         if NextType.NEXT_CALL_OTHER.code == next_command.next_type: