summaryrefslogtreecommitdiff
path: root/sunshine/lqsoft
diff options
context:
space:
mode:
authorKrzysztof Klinikowski <kkszysiu@gmail.com>2010-10-30 13:47:23 +0200
committerKrzysztof Klinikowski <kkszysiu@gmail.com>2010-10-30 13:47:23 +0200
commitc6f2cc01595f5a7c0c1a65edddbada792c2bd925 (patch)
treece7770458fbe7fd034abedec8eb65e4e2cf675ac /sunshine/lqsoft
parenta2ee4b8ec7bdb97ab93b5923283fcb88c5e74d22 (diff)
Some more debug info.
Diffstat (limited to 'sunshine/lqsoft')
-rwxr-xr-xsunshine/lqsoft/pygadu/twisted_protocol.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sunshine/lqsoft/pygadu/twisted_protocol.py b/sunshine/lqsoft/pygadu/twisted_protocol.py
index f3a4b04..1d1cbef 100755
--- a/sunshine/lqsoft/pygadu/twisted_protocol.py
+++ b/sunshine/lqsoft/pygadu/twisted_protocol.py
@@ -142,6 +142,8 @@ class GaduClient(Protocol):
def _handleStatusNoticiesPacket(self, msg):
print 'Server sent - noticies packet'
self.user_profile.onStatusNoticiesRecv()
+ print repr(msg)
+ print repr(msg.contacts)
for struct in msg.contacts:
self.user_profile._updateContact(struct)