Index: check_http.c =================================================================== --- check_http.c (Revision 449) +++ check_http.c (Arbeitskopie) @@ -1017,7 +1017,8 @@ exit (STATE_OK); } else { - printf (_("HTTP CRITICAL - string not found%s|%s %s\n"), + printf (_("HTTP CRITICAL - string '%s' not found%s|%s %s\n"), + string_expect, (display_html ? "" : ""), perfd_time (elapsed_time), perfd_size (pagesize)); exit (STATE_CRITICAL);