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
This commit is contained in:
		| @@ -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]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user