diff options
author | Mike Fulbright <msf@redhat.com> | 2003-05-09 17:03:44 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-05-09 17:03:44 +0000 |
commit | cfd0a986d12e26d2c8d1a9a7b0461b909d3176a7 (patch) | |
tree | 615ca6a246ee7741fe353e6df69a40de44c9c249 /exception.py | |
parent | ee4e3d066ddc4b0870f8e0b5ad58a94c8cf7b205 (diff) | |
download | anaconda-cfd0a986d12e26d2c8d1a9a7b0461b909d3176a7.tar.gz anaconda-cfd0a986d12e26d2c8d1a9a7b0461b909d3176a7.tar.xz anaconda-cfd0a986d12e26d2c8d1a9a7b0461b909d3176a7.zip |
syslog is in anacdump.txt now so no need
Diffstat (limited to 'exception.py')
-rw-r--r-- | exception.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/exception.py b/exception.py index 48a6d4bc9..171b1822d 100644 --- a/exception.py +++ b/exception.py @@ -293,13 +293,6 @@ def handleException(dispatch, intf, (type, value, tb)): log("Failed to copy anacdump.txt to floppy") pass - # write out any syslog information as well - try: - iutil.copyFile("/tmp/syslog", "/tmp/crash/syslog") - except: - log("Failed to copy syslog to floppy") - pass - isys.umount("/tmp/crash") intf.messageWindow(_("Dump Written"), |