summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2006-03-14 23:00:10 +0000
committerPaul Nasrat <pnasrat@redhat.com>2006-03-14 23:00:10 +0000
commitfb00ede1e0c92ac56de41f53291468b351461fa8 (patch)
tree2de006f9c58ff64289a43e969d03af6c25f3f6a3 /rescue.py
parent87318d861b91f7d451f2ef021173c1c4e0f1e292 (diff)
downloadanaconda-fb00ede1e0c92ac56de41f53291468b351461fa8.tar.gz
anaconda-fb00ede1e0c92ac56de41f53291468b351461fa8.tar.xz
anaconda-fb00ede1e0c92ac56de41f53291468b351461fa8.zip
ChangeLog
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue.py b/rescue.py
index e2855aae5..afd6503de 100644
--- a/rescue.py
+++ b/rescue.py
@@ -18,6 +18,7 @@ import upgrade
from snack import *
from constants_text import *
from text import WaitWindow, OkCancelWindow, ProgressWindow, stepToClasses
+from flags import flags
import sys
import os
import isys
@@ -428,6 +429,7 @@ def runRescue(instPath, mountroot, id):
# errors raise exceptions, while any runtime error will
# still result in a shell.
(exc, val) = sys.exc_info()[0:2]
+ log.error(val)
if exc in (IndexError, ValueError, SyntaxError):
raise exc, val, sys.exc_info()[2]