From 060e14deffbcea2efa511d41fbea6b98251a3d2f Mon Sep 17 00:00:00 2001 From: jjhua Date: Mon, 28 Feb 2011 07:05:25 +0000 Subject: [PATCH] remove some messages git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8932 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPbootseq.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/perl-xCAT/xCAT/FSPbootseq.pm b/perl-xCAT/xCAT/FSPbootseq.pm index 52113cf70..4d3da2f20 100644 --- a/perl-xCAT/xCAT/FSPbootseq.pm +++ b/perl-xCAT/xCAT/FSPbootseq.pm @@ -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();