mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-25 05:41:09 +00:00
fix defect4649, give more meaningful error message when atrribute wasn't set up
This commit is contained in:
@@ -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 "";
|
||||
|
Reference in New Issue
Block a user