the defautl message of rackenv is longer than before, so enhance it

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9633 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2011-05-19 03:25:55 +00:00
parent fc631dbbc3
commit 0bd632e161

View File

@ -315,7 +315,8 @@ sub rackenv {
foreach my $td ( @t ) {
push @result, [$name,$td, $Rc];
if ( !exists($request->{verbose}) ) {
if( $td =~ /^Rack altitude in meters/ ) {
#if( $td =~ /^Rack altitude in meters/ ) {
if( $td =~ /^BPA-B total output in watts/ ) {
last;
}
}