774056846 4 months ago
parent
commit
85f37e6f04
1 changed files with 1 additions and 1 deletions
  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: