From 9f6d3ccbcdd48c03bb2da4789786ec812daafbf3 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Thu, 23 Mar 2000 18:20:34 +0000 Subject: [PATCH] Add a bit of helpful debugging info when we get a consistancy check problem. git-svn-id: svn://10.0.0.236/trunk@63865 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/CGI.pl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/CGI.pl b/mozilla/webtools/bugzilla/CGI.pl index f7cf522911f..8925afd670c 100644 --- a/mozilla/webtools/bugzilla/CGI.pl +++ b/mozilla/webtools/bugzilla/CGI.pl @@ -451,7 +451,12 @@ sub make_options { "Please send mail to " . Param("maintainer") . " with " . "details of what you were doing when this message " . "appeared. Thank you.\n"; - PutFooter(); + if (!$src) { + $src = ["???null???"]; + } + print "
src = " . value_quote(join(' ', @$src)) . "\n";
+        print "default = " . value_quote($default) . "
"; + Putfooter(); # confess "Gulp."; exit 0;