From 3b0190f5ab8153e02c6f5fe9a66430d569948448 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 8 Aug 2005 09:51:59 +0000 Subject: [PATCH] make the debug --- src/tabbed_chat_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index 17e054689..fbdd143cb 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -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