display the proper sync error

This commit is contained in:
Damien Elmes 2009-04-11 01:48:08 +09:00
parent d6351c666d
commit 6055f55f6b

View file

@ -54,7 +54,7 @@ class Sync(QThread):
Syncing failed. Please try again in a few minutes.
If the problem persists, please report it on the forum.
Error: %s""" % `error`)
Error: %s""" % `getattr(error, 'data')`)
return msg
def connect(self, *args):