output message for unhandled nodes

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11741 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-03-05 03:48:42 +00:00
parent 122e46682f
commit 5ef9fb08e8

View File

@ -3496,7 +3496,7 @@ sub preprocess_request {
#parse the arguments for commands
if ($command eq "getmacs") {
my (@mpnodes, @fspnodes, @nohandle);
filter_nodes($request, \@mpnodes, \@fspnodes);
filter_nodes($request, \@mpnodes, \@fspnodes, \@nohandle);
if (@nohandle) {
$callback->({data=>"Cannot figure out plugin for nodes:@nohandle"});
}