774056846 6 달 전
부모
커밋
85f37e6f04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/callcenter/esl/handler/channel_hangup_handler.py

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

@@ -40,7 +40,7 @@ class ChannelHangupHandler(EslEventHandler):
             return
 
         count = len(call.device_list)
-        self.logger.info('hangup, call_id=%s, device_id=%s, count=%s', call_id, device_id, count)
+        self.logger.info('ChannelHangupHandler, call_id=%s, device_id=%s, count=%s', call_id, device_id, count)
         try:
             call.device_list.remove(device_id)
         except: