Give more specific information to the error msg and where the issue could be

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10077 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2011-07-13 09:57:37 +00:00
parent 11d7b92d0a
commit 745a5c017e

View File

@ -142,7 +142,8 @@ sub parse_args {
$client_nethash{@$node[0]} = $client_nethash{$tmpll};
}
} else {
return( [RC_ERROR,"Cannot get network information for node"] );
my $nodes = join( ",", @$node);
return( [RC_ERROR,"Cannot get network information for $nodes, check networks table and IP address for this node to make sure there is correct network in networks table"] );
}
}