changeset f3709be94774 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=f3709be94774
description: prevent traceback

diffstat:

 src/common/helpers.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 392a62088e4b -r f3709be94774 src/common/helpers.py
--- a/src/common/helpers.py     Tue Dec 06 22:10:45 2011 +0300
+++ b/src/common/helpers.py     Thu Dec 08 21:57:29 2011 +0100
@@ -1461,7 +1461,7 @@
         deadline = time.time() + 3
         while True:
             if time.time() > deadline:
-                log.debug('Timeout loading image %s ' % attrs['src'] + str(ex))
+                log.debug('Timeout loading image %s ' % attrs['src'])
                 mem = ''
                 alt = attrs.get('alt', '')
                 if alt:
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to