summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.py b/exception.py
index 78e4b6617..23149a8a7 100644
--- a/exception.py
+++ b/exception.py
@@ -447,7 +447,7 @@ def saveToBugzilla(anaconda, exn, dest):
op_sys="Linux",
bug_file_loc="http://",
summary=dest[2],
- comment="This bug was filed automatically by anaconda.",
+ comment="The following was filed automatically by anaconda:\n%s" % str(exn),
status_whiteboard=wb))
if bug is None:
return False