diff --git a/xCAT-server/lib/xcat/plugins/conserver.pm b/xCAT-server/lib/xcat/plugins/conserver.pm index 431405c51..04ba55175 100644 --- a/xCAT-server/lib/xcat/plugins/conserver.pm +++ b/xCAT-server/lib/xcat/plugins/conserver.pm @@ -160,13 +160,14 @@ sub preprocess_request { my $no=$reqcopy->{node}; #print "node=@$no\n"; push @requests, $reqcopy; - } + } #end if + } #end foreach + if ($::DEBUG) { my $rsp; $rsp->{data}->[0] = "In preprocess_request, request is " . Dumper(@requests); xCAT::MsgUtils->message("I", $rsp, $callback); } - } return \@requests; }