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

This commit is contained in:
terry%mozilla.org 2000-03-23 18:20:34 +00:00
Родитель 60897260f1
Коммит 8b59d64ffe
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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;