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:
parent
c9ba3224f1
commit
93f9ad6e90
@ -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);
|
||||
# }
|
||||
|
Loading…
Reference in New Issue
Block a user