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:
parent
e6eaf8d034
commit
9f6d3ccbcd
@ -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