Fixed Output:

Now it looks the same, regardless of the status
This commit is contained in:
Florian Asche 2014-03-22 01:19:01 +01:00
parent 645235bc93
commit 5c486e3d19
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ sub output_txt {
print (($options{nolabel} == 0 ? 'UNKNOWN: ' : '') . $self->{global_short_concat_outputs}->{UNKNOWN} . " ");
}
if (uc($options{exit_litteral}) eq 'OK') {
print (($options{nolabel} == 0 ? 'OK: ' : '') . $self->{global_short_concat_outputs}->{OK});
print (($options{nolabel} == 0 ? 'OK: ' : '') . $self->{global_short_concat_outputs}->{OK} . " ");
}
if ($force_ignore_perfdata == 1) {