2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 03:00:26 +00:00

fixed defect 2830176 for better msg information

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3922 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz
2009-08-03 08:33:06 +00:00
parent 46c142266d
commit 217867e98a

View File

@@ -86,7 +86,7 @@ sub parse_args {
# Network attributes undefined
#####################################
if ( !%client_nethash ) {
return( [RC_ERROR,"Cannot get network information for $node"] );
return( [RC_ERROR,"Cannot get network information for node"] );
}
if ( exists($opt{C}) ) {