From 4959efbe21c667bf95cef0f2cc2d66f69b9da4ec Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Mon, 14 Jul 2008 18:43:17 +0200 Subject: Tell the user where to find our ticket system. --- firstaidkit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit