Adding logging to close so I can be sure my channels close
[theonering] / src / channel / contact_list.py
index 4352645..a13811b 100644 (file)
@@ -51,6 +51,7 @@ class AllContactsListChannel(
                self.close()
 
        def close(self):
+               _moduleLogger.info("Closing contact list")
                self.__session.addressbook.updateSignalHandler.unregister_sink(
                        self._callback
                )