summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfirstaidkit3
1 files changed, 2 insertions, 1 deletions
diff --git a/firstaidkit b/firstaidkit
index af2b36e..cb37600 100755
--- a/firstaidkit
+++ b/firstaidkit
@@ -338,7 +338,8 @@ if __name__=="__main__":
"along with the following message. You can create a ticket "
"at https://fedorahosted.org/firstaidkit/newticket\n\n")
Config.write(sys.stdout)
- print("\n%s"% e)
+ print("Description of the error:\nError message:%s\n " \
+ "Error class %s"% (e, e.__class__))
finally:
singlerun.end()