summaryrefslogtreecommitdiffstats
path: root/cmdline.py
diff options
context:
space:
mode:
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