Commit 8c096c53 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 232441: Suggest solution in the error message in case admin…

Patch for bug 232441: Suggest solution in the error message in case admin forgets to rerun checksetup.pl; r=kiko; a=justdave.
parent 0f43a9f1
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment