diff options
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index d1f3998b..82f6ebde 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -1017,7 +1017,7 @@ check_http (void) msg = strdup(_("pattern not found")); else msg = strdup(_("pattern found")); - printf (_("%s - %s%s|%s %s\n"), + printf (("%s - %s%s|%s %s\n"), _("CRITICAL"), msg, (display_html ? "</A>" : ""), |