From f01d93cb8cf521f374b4e92d9bce310e5a3a753c Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 7 Aug 2005 23:20:54 +0000 Subject: [PATCH] two prints to assist debuging of logic with peralta --- src/tabbed_chat_window.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index a89febf93..f41b19a52 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -547,6 +547,8 @@ class TabbedChatWindow(chat.Chat): # if the new state we wanna send (state) equals # the current state (contact.chastate) then return + print 'wanna send', state + print 'atm you have', contact.chatstate if contact.chatstate == state: return