diff --git a/call_handler.py b/call_handler.py index ab2fb46..2501249 100644 --- a/call_handler.py +++ b/call_handler.py @@ -62,6 +62,10 @@ class CallHandler: f"Internal call, Adding to finished: ID={linkedid}" ) self.finished.append(linkedid) + if config.DEBUG: + logging.info( + f"Not 'from-trunk': ID={linkedid}, Context={context}" + ) return event_channel = event.get("Channel") if len(event_channel) < 7 or (