minor bugfix

This commit is contained in:
Páll Guðjón Sigurðsson 2010-03-29 10:15:21 +00:00
parent 1d48e0aa06
commit 27f7506921
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ foreach my $f (keys %checkdisks) {
$output .= "<br>" if ($opt_html); $output .= "<br>" if ($opt_html);
} }
} }
$output .= "\n"; #$output .= "\n";
# Donnees de Perfs # Donnees de Perfs
my $perfwarn=$alldisks{$f}->{somme}*((100-$checkdisks{$f}->{warning})/100); my $perfwarn=$alldisks{$f}->{somme}*((100-$checkdisks{$f}->{warning})/100);