зеркало из https://github.com/mozilla/gecko-dev.git
Add a bit of helpful debugging info when we get a consistancy check problem.
This commit is contained in:
Родитель
60897260f1
Коммит
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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче