make the debug

This commit is contained in:
Nikos Kouremenos 2005-08-08 09:51:59 +00:00
parent 99f1f4acc4
commit 3b0190f5ab
1 changed files with 2 additions and 2 deletions

View File

@ -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