From 446d741296cd8b61331d12a1431829a78df0bf16 Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 18 Sep 2009 03:05:27 +0000 Subject: [PATCH] to fix the bug 2846629, the Dumper() debug information causes the error information from the HMC not to output weill. Remove the Dumper() debug information. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4164 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCrflash.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-xCAT/xCAT/PPCrflash.pm b/perl-xCAT/xCAT/PPCrflash.pm index a813fd9e4..a35f8da9f 100644 --- a/perl-xCAT/xCAT/PPCrflash.pm +++ b/perl-xCAT/xCAT/PPCrflash.pm @@ -799,11 +799,11 @@ sub rflash { if($1 != 0) { # failed my $tmp3 = $infor{$tmp1[1]}; print "++ tmp1 ++\n"; - print Dumper(@tmp1); + # print Dumper(@tmp1); print "++ tmp3 ++\n"; - print Dumper($tmp3); + # print Dumper($tmp3); print "++ infor +\n"; - print Dumper(%infor); + # print Dumper(%infor); print "++++\n"; if($$tmp3[4] eq "power") { $tmp1[1] = $$tmp3[5];