summaryrefslogtreecommitdiffstats
path: root/cmdline.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 /cmdline.py
parentfe08cc0e3da4d8f4728f070f5d89ebf801dbd4ab (diff)
downloadanaconda-89fe8e13402ab21ad3b3bf09b5429cdd113ec04e.tar.gz
anaconda-89fe8e13402ab21ad3b3bf09b5429cdd113ec04e.tar.xz
anaconda-89fe8e13402ab21ad3b3bf09b5429cdd113ec04e.zip
log parted exceptions
Diffstat (limited to 'cmdline.py')
-rw-r--r--cmdline.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdline.py b/cmdline.py
index d3895eac8..4e547b03c 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -80,6 +80,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