summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2007-02-06 21:03:21 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2007-02-06 21:03:21 (GMT)
commit19b97afb125056ed6021d6f6ecf5a9b0ace2b314 (patch)
treee596af9be917bca4c8a7d649b9aa4b6ddcf9a25e /plugins/check_tcp.c
parenta70fb5becfef4479fc44c530658e5fcf2512d289 (diff)
downloadmonitoring-plugins-19b97afb125056ed6021d6f6ecf5a9b0ace2b314.tar.gz
correcting some translation problems
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1611 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r--plugins/check_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index 66bf448..c8a2386 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -342,7 +342,7 @@ main (int argc, char **argv)
342 /* this is a bit stupid, because we don't want to print the 342 /* this is a bit stupid, because we don't want to print the
343 * response time (which can look ok to the user) if we didn't get 343 * response time (which can look ok to the user) if we didn't get
344 * the response we were looking for. if-else */ 344 * the response we were looking for. if-else */
345 printf(_("%s %s - "), SERVICE, state_text(result)); 345 printf("%s %s - ", SERVICE, state_text(result));
346 346
347 if(match == -2 && len && !(flags & FLAG_HIDE_OUTPUT)) 347 if(match == -2 && len && !(flags & FLAG_HIDE_OUTPUT))
348 printf("Unexpected response from host/socket: %s", status); 348 printf("Unexpected response from host/socket: %s", status);