Adding logging to close so I can be sure my channels close
[theonering] / src / channel / call.py
index 6bc9f9a..7bcc834 100644 (file)
@@ -51,6 +51,7 @@ class CallChannel(
                self.close()
 
        def close(self):
+               _moduleLogger.info("Closing call")
                tp.ChannelTypeStreamedMedia.Close(self)
                self.remove_from_connection()
                if self.__cancelId is not None: