Tidy up logging calls.
commit429c94d6a90b6f2ae35fa158e7abe04814edd5ef
authorLance Stout <lancestout@gmail.com>
Sat, 19 Nov 2011 20:07:57 +0000 (19 12:07 -0800)
committerLance Stout <lancestout@gmail.com>
Sat, 19 Nov 2011 20:07:57 +0000 (19 12:07 -0800)
tree428733bfda4e01acb0bba4f7e75e8d25c83e3862
parentdeb52ad3502a94f91ef5400bf5b7605b8e151f50
Tidy up logging calls.
23 files changed:
examples/ping.py
sleekxmpp/basexmpp.py
sleekxmpp/clientxmpp.py
sleekxmpp/componentxmpp.py
sleekxmpp/features/feature_bind/bind.py
sleekxmpp/features/feature_mechanisms/mechanisms.py
sleekxmpp/features/feature_starttls/starttls.py
sleekxmpp/plugins/gmail_notify.py
sleekxmpp/plugins/jobs.py
sleekxmpp/plugins/xep_0009/remote.py
sleekxmpp/plugins/xep_0009/rpc.py
sleekxmpp/plugins/xep_0012.py
sleekxmpp/plugins/xep_0030/disco.py
sleekxmpp/plugins/xep_0045.py
sleekxmpp/plugins/xep_0050/adhoc.py
sleekxmpp/plugins/xep_0078/legacyauth.py
sleekxmpp/plugins/xep_0085/chat_states.py
sleekxmpp/plugins/xep_0199/ping.py
sleekxmpp/plugins/xep_0224/attention.py
sleekxmpp/xmlstream/handler/waiter.py
sleekxmpp/xmlstream/matcher/xmlmask.py
sleekxmpp/xmlstream/stanzabase.py
sleekxmpp/xmlstream/xmlstream.py