add a comment, fix a typo in debug message

This commit is contained in:
holger krekel
2022-05-04 10:41:44 +02:00
parent 138d5b7a02
commit 81ee69010d
3 changed files with 7 additions and 2 deletions

View File

@@ -710,7 +710,7 @@ class Account(object):
if self._event_thread.is_alive():
self.log("WARN: event thread did not terminate yet, ignoring.")
self.log("remove dc_context references, making the Account unusuable")
self.log("remove dc_context references, making the Account unusable")
self._dc_context = None
self._shutdown_event.set()