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
This commit is contained in:
terry%mozilla.org 2000-03-23 18:20:34 +00:00
parent e6eaf8d034
commit 9f6d3ccbcd

View File

@ -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 "<pre>src = " . value_quote(join(' ', @$src)) . "\n";
print "default = " . value_quote($default) . "</pre>";
Putfooter();
# confess "Gulp.";
exit 0;