diff options
author | Nathan Fritz <nathan@andyet.net> | 2010-10-20 20:14:26 -0700 |
---|---|---|
committer | Nathan Fritz <nathan@andyet.net> | 2010-10-20 20:14:26 -0700 |
commit | d88999691cd36fa9049f8bda522d394d81ba1365 (patch) | |
tree | 72b3f38e99ef3c03d6a5975188daae7e1c90f103 /sleekxmpp/xmlstream/scheduler.py | |
parent | c4699b92e6c61f8fe89cb114fecab1395d9127ef (diff) | |
download | slixmpp-d88999691cd36fa9049f8bda522d394d81ba1365.tar.gz slixmpp-d88999691cd36fa9049f8bda522d394d81ba1365.tar.bz2 slixmpp-d88999691cd36fa9049f8bda522d394d81ba1365.tar.xz slixmpp-d88999691cd36fa9049f8bda522d394d81ba1365.zip |
misc small tweakssleek-1.0-Beta11.0-Beta1
Diffstat (limited to 'sleekxmpp/xmlstream/scheduler.py')
-rw-r--r-- | sleekxmpp/xmlstream/scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/xmlstream/scheduler.py b/sleekxmpp/xmlstream/scheduler.py index b1b81439..240d4a4b 100644 --- a/sleekxmpp/xmlstream/scheduler.py +++ b/sleekxmpp/xmlstream/scheduler.py @@ -174,7 +174,7 @@ class Scheduler(object): self.run = False if self.parentstop is not None: self.parentstop.set() - logging.debug("Qutting Scheduler thread") + logging.debug("Quitting Scheduler thread") if self.parentqueue is not None: self.parentqueue.put(('quit', None, None)) |