summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0203390)
raw | patch | inline | side by side (parent: 0203390)
author | Holger Weiss <hweiss@users.sourceforge.net> | |
Sun, 17 Jun 2007 19:34:55 +0000 (19:34 +0000) | ||
committer | Holger Weiss <hweiss@users.sourceforge.net> | |
Sun, 17 Jun 2007 19:34:55 +0000 (19:34 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1743 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_http.c | patch | blob | history |
diff --git a/plugins/check_http.c b/plugins/check_http.c
index 45d24a98ac06a4eae6feafb74dcc7cc5d5aeadf4..26a074df1f9f2de9401f94466a882d50c4b24520 100644 (file)
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
const char *copyright = "1999-2006";
const char *email = "nagiosplug-devel@lists.sourceforge.net";
+#include <ctype.h>
+
#include "common.h"
#include "netutils.h"
#include "utils.h"
display_html ? "</A>" : "");
if (verbose)
- printf ("Redirection to %s://%s:%d%s\n", server_type, server_address,
+ printf (_("Redirection to %s://%s:%d%s\n"), server_type, server_address,
server_port, server_url);
check_http ();