summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-07-14 18:43:17 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-07-14 18:43:17 +0200
commit4959efbe21c667bf95cef0f2cc2d66f69b9da4ec (patch)
treeae33b5b368375a02359cc01ec62aee588395b377
parent4e026f790e02e4a15fe32ca10ba400b836833218 (diff)
downloadfirstaidkit-4959efbe21c667bf95cef0f2cc2d66f69b9da4ec.tar.gz
firstaidkit-4959efbe21c667bf95cef0f2cc2d66f69b9da4ec.tar.xz
firstaidkit-4959efbe21c667bf95cef0f2cc2d66f69b9da4ec.zip
Tell the user where to find our ticket system.
-rwxr-xr-xfirstaidkit3
1 files changed, 2 insertions, 1 deletions
diff --git a/firstaidkit b/firstaidkit
index 5a01892..af2b36e 100755
--- a/firstaidkit
+++ b/firstaidkit
@@ -335,7 +335,8 @@ if __name__=="__main__":
except Exception, e:
print("!!! Impossible happened!! The First Aid Kit crashed in "
"very unsafe way.\n!!! Please report this to the authors "
- "along with the following message.\n\n")
+ "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)
finally: