remove some messages

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8932 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2011-02-28 07:05:25 +00:00
parent fde4639101
commit 060e14deff

View File

@ -124,11 +124,11 @@ sub rbootseq {
my $node_name = @$d[6];
my $o = @$d[7];
print "in setbootseq:\n";
print "request\n";
print Dumper($request);
print "d";
print Dumper($d);
#print "in setbootseq:\n";
#print "request\n";
#print Dumper($request);
#print "d";
#print Dumper($d);
if (!($$d[4] =~ /^lpar$/)) {
@ -145,7 +145,7 @@ sub rbootseq {
my $mac_hash = $mactab->getNodeAttribs( $node_name,[qw(mac)]);
my $mac = $mac_hash->{mac};
if( $mac ) {
if( !defined($mac) ) {
push @output, [$node_name, "No mac address in mac table", -1 ];
}
$mactab->close();