mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 18:50:28 +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:
@@ -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}) ) {
|
||||
|
Reference in New Issue
Block a user