774056846 hai 4 meses
pai
achega
85f37e6f04
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: