My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 87 attachment: pyicqt-invalid_format_specifier.patch (742 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
diff -ur pyicq-t/src/tlib/oscar.py pyicq-t/src/tlib/oscar.py
--- pyicq-t/src/tlib/oscar.py 2007-05-29 01:30:14.000000000 +0400
+++ pyicq-t/src/tlib/oscar.py 2007-08-23 15:36:23.000000000 +0400
@@ -1293,7 +1293,7 @@
if messageLength > 0: multiparts.append(tuple(message))
else:
# Uh... what is this???
- log.msg("unknown message fragment %d %d: %v" % (fragtype, fragver, str(v)))
+ log.msg("unknown message fragment %d %d: %s" % (fragtype, fragver, str(v)))
v = v[4+fraglen:]
elif k == 0x03: # server ack requested
flags.append('acknowledge')
Powered by Google Project Hosting