summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r--plugins/check_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index d1f3998..82f6ebd 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -1017,7 +1017,7 @@ check_http (void)
1017 msg = strdup(_("pattern not found")); 1017 msg = strdup(_("pattern not found"));
1018 else 1018 else
1019 msg = strdup(_("pattern found")); 1019 msg = strdup(_("pattern found"));
1020 printf (_("%s - %s%s|%s %s\n"), 1020 printf (("%s - %s%s|%s %s\n"),
1021 _("CRITICAL"), 1021 _("CRITICAL"),
1022 msg, 1022 msg,
1023 (display_html ? "</A>" : ""), 1023 (display_html ? "</A>" : ""),