remove the redundant error messages
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11745 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2a9c813ebd
commit
8d9d474525
@ -390,7 +390,7 @@ sub state {
|
||||
my $rc = @$res[2];
|
||||
my $val = @$res[1];
|
||||
if( $rc != 0) {
|
||||
push @result, [$name, $prefix.$val,1];
|
||||
#push @result, [$name, $prefix.$val,1];
|
||||
}
|
||||
|
||||
if( !defined($val) || $val =~ /^error$/ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user