summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/exception.py b/exception.py
index f6ce416df..15aa6c7ed 100644
--- a/exception.py
+++ b/exception.py
@@ -31,6 +31,9 @@ import signal
from flags import flags
import kickstart
+import logging
+log = logging.getLogger("anaconda")
+
class AnacondaExceptionHandler(ExceptionHandler):
def postWriteHook(self, (ty, value, tb), anaconda):
# See if /mnt/sysimage is present and put exception there as well