fix misleading error message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3130 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-04-08 13:03:56 +00:00
parent f74157e63e
commit 6dea0dea97

View File

@ -2965,7 +2965,7 @@ sub _resolve_nodes
my $rsp = {};
$rsp->{data}->[0] =
"The specified node $node is not defined to the cluster.";
"The specified node $node address is not resolvable in the cluster.";
xCAT::MsgUtils->message("E", $rsp, $::CALLBACK);
}