2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +00:00

fix defect4649, give more meaningful error message when atrribute wasn't set up

This commit is contained in:
huweihua 2015-06-15 00:48:02 -04:00
parent 3f32f3998f
commit 472ceb9dcc

View File

@ -1569,7 +1569,7 @@ sub tabdb
if ($rep) {
return tabdb($rep->[0], $rep->[1], $rep->[2]);
} else {
$tmplerr="Unable to find requested $field from $table, with $key"
$tmplerr="Unable to find requested filed <$field> from table <$table>, with key <$key>"
}
}
return "";