summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-08-05 10:02:41 -0400
committerChris Lumens <clumens@redhat.com>2009-08-05 10:02:41 -0400
commitadee2227abd85baba8b8dea6bb139b41ed03f143 (patch)
tree25f637832dcbf26bdc0e343029dae2d4f7f98542 /exception.py
parent7b01c3fb267bbbd34edb3bdea4cbc13e584d6b53 (diff)
downloadanaconda-adee2227abd85baba8b8dea6bb139b41ed03f143.tar.gz
anaconda-adee2227abd85baba8b8dea6bb139b41ed03f143.tar.xz
anaconda-adee2227abd85baba8b8dea6bb139b41ed03f143.zip
Import the logging stuff (#515564).
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