Commit 71eef169 authored by terry%mozilla.org's avatar terry%mozilla.org

Add a bit of helpful debugging info when we get a consistancy check problem.

parent 903acdf9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment