mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
Add a bit of helpful debugging info when we get a consistancy check problem.
This commit is contained in:
parent
60897260f1
commit
8b59d64ffe
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user