fix error message noderangex
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3805 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -236,7 +236,7 @@ sub plugin_command { | ||||
|     if (xCAT::NodeRange::nodesmissed()) { | ||||
| #     my $rsp = {errorcode=>1,error=>"Invalid nodes in noderange:".join(',',xCAT::NodeRange::nodesmissed)}; | ||||
| #     my $rsp->{serverdone} = {}; | ||||
|       print "Invalid nodes in noderangex:".join(',',xCAT::NodeRange::nodesmissed())."\n"; | ||||
|       print "Invalid nodes in noderange:".join(',',xCAT::NodeRange::nodesmissed())."\n"; | ||||
| #     if ($sock) { | ||||
| #       print $sock XMLout($rsp,RootName=>'xcatresponse' ,NoAttr=>1); | ||||
| #     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user