+ typo fix in ruggedcom

This commit is contained in:
Quentin Garnier 2014-09-12 12:23:12 +02:00
parent f292a5a83b
commit 43a98053e5
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ sub check_psu {
my $exit = $self->get_severity(section => 'psu', value => $map_states_psu{$psu_state});
if (!$self->{output}->is_status(value => $exit, compare => 'ok', litteral => 1)) {
$self->{output}->output_add(severity => $exit,
short_msg => sprintf("Power Supply'%s' state is %s.", $instance, $map_states_psu{$psu_state}));
short_msg => sprintf("Power Supply '%s' state is %s.", $instance, $map_states_psu{$psu_state}));
}
}
}