From 616046a23911f850a313c7afd3bab2ae078011aa Mon Sep 17 00:00:00 2001 From: Florian Asche Date: Wed, 16 Apr 2014 15:09:22 +0200 Subject: [PATCH] Refs #5385 : Typo --- apps/tomcat/web/mode/sessions.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/tomcat/web/mode/sessions.pm b/apps/tomcat/web/mode/sessions.pm index 8384aaf69..20423f3a2 100644 --- a/apps/tomcat/web/mode/sessions.pm +++ b/apps/tomcat/web/mode/sessions.pm @@ -126,9 +126,9 @@ sub manage_selection { if (scalar(keys %{$self->{result}}) <= 0) { if (defined($self->{option_results}->{name})) { - $self->{output}->add_option_msg(short_msg => "No contexts found for name '" . $self->{option_results}->{name} . "'."); + $self->{output}->add_option_msg(short_msg => "No session information found for name '" . $self->{option_results}->{name} . "'."); } else { - $self->{output}->add_option_msg(short_msg => "No contexts found."); + $self->{output}->add_option_msg(short_msg => "No session information found."); } $self->{output}->option_exit(); } @@ -141,7 +141,7 @@ sub run { if (!defined($self->{option_results}->{name}) || defined($self->{option_results}->{use_regexp})) { $self->{output}->output_add(severity => 'OK', - short_msg => 'All Contexts are ok.'); + short_msg => 'All Sessions are ok.'); }; foreach my $name (sort(keys %{$self->{result}})) {