From cfd0a986d12e26d2c8d1a9a7b0461b909d3176a7 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Fri, 9 May 2003 17:03:44 +0000 Subject: syslog is in anacdump.txt now so no need --- exception.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'exception.py') 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"), -- cgit