From 89fe8e13402ab21ad3b3bf09b5429cdd113ec04e Mon Sep 17 00:00:00 2001 From: mikem Date: Tue, 24 Aug 2004 20:24:39 +0000 Subject: log parted exceptions --- text.py | 1 + 1 file changed, 1 insertion(+) (limited to 'text.py') diff --git a/text.py b/text.py index e66affcd3..335c2b2b8 100644 --- a/text.py +++ b/text.py @@ -328,6 +328,7 @@ class InstallInterface: def partedExceptionWindow(self, exc): # if our only option is to cancel, let us handle the exception # in our code and avoid popping up the exception window here. + log("parted exception: %s: %s" %(exc.type_string,exc.message)) if exc.options == parted.EXCEPTION_CANCEL: return parted.EXCEPTION_UNHANDLED buttons = [] -- cgit