summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authormikem <mikem>2004-08-24 20:24:39 +0000
committermikem <mikem>2004-08-24 20:24:39 +0000
commit89fe8e13402ab21ad3b3bf09b5429cdd113ec04e (patch)
tree11fb2aaaf901d96ce82ae591955858423f301064 /text.py
parentfe08cc0e3da4d8f4728f070f5d89ebf801dbd4ab (diff)
downloadanaconda-89fe8e13402ab21ad3b3bf09b5429cdd113ec04e.tar.gz
anaconda-89fe8e13402ab21ad3b3bf09b5429cdd113ec04e.tar.xz
anaconda-89fe8e13402ab21ad3b3bf09b5429cdd113ec04e.zip
log parted exceptions
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
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 = []