Skip to content
Snippets Groups Projects
Commit 3b0190f5 authored by nkour's avatar nkour
Browse files

make the debug

parent 99f1f4ac
No related branches found
No related tags found
No related merge requests found
......@@ -546,8 +546,8 @@ class TabbedChatWindow(chat.Chat):
# if the new state we wanna send (state) equals
# the current state (contact.chastate) then return
gajim.debug.log('wanna send' + state)
gajim.debug.log('atm you have' + contact.chatstate)
gajim.log.debug('wanna send ' + state +' to '+ jid)
gajim.log.debug('atm you have ' + str(contact.chatstate))
if contact.chatstate == state:
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment