We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9bf24 commit 9951b12Copy full SHA for 9951b12
aprsd/client/drivers/aprsis.py
@@ -33,7 +33,11 @@ class Aprsdis(aprslib.IS):
33
34
def stop(self):
35
self.thread_stop = True
36
- LOG.info("Shutdown Aprsdis client.")
+ LOG.warning("Shutdown Aprsdis client.")
37
+
38
+ def close(self):
39
+ LOG.warning("Closing Aprsdis client.")
40
+ super().close()
41
42
@wrapt.synchronized(lock)
43
def send(self, packet: core.Packet):
0 commit comments