Patch for bug 232441: Suggest solution in the error message in case admin forgets to rerun checksetup.pl; r=kiko; a=justdave.

git-svn-id: svn://10.0.0.236/trunk@152530 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jocuri%softhome.net
2004-02-08 23:17:11 +00:00
parent b2f976d603
commit a11128c4bf

View File

@@ -158,7 +158,7 @@ sub Param {
return $param{$param} if exists $param{$param};
# Else error out
die "No value for param $param";
die "No value for param $param (try running checksetup.pl again)";
}
sub GetParamList {