diff --git a/offlineimap/ui/UIBase.py b/offlineimap/ui/UIBase.py index 9f5f4bc..44c920f 100644 --- a/offlineimap/ui/UIBase.py +++ b/offlineimap/ui/UIBase.py @@ -411,7 +411,7 @@ class UIBase(object): def getThreadExceptionString(self, thread): message = "Thread '%s' terminated with exception:\n%s" % \ - (thread.getName(), thread.getExitStackTrace()) + (thread.getName(), thread.exit_stacktrace) message += "\n" + self.getThreadDebugLog(thread) return message