fix message error in nodeimport

This commit is contained in:
Jia Zhao 2014-08-28 17:28:59 +08:00
parent c2055a9b5e
commit a2907dc160

View File

@ -2308,7 +2308,7 @@ sub validate_node_entry{
exists $node_entry{"switches"} ||
exists $node_entry{"cec"}){
} else{
$errmsg .= "MAC address, cec, switch and port is not specified. You must specify the MAC address, CEC name or switch and port.\n";
$errmsg .= "MAC address, cec, switches is not specified. You must specify the MAC address, CEC name or switches.\n";
}
if (! xCAT::NetworkUtils->isValidHostname($node_name)){