diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-30 00:41:41 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-30 00:41:41 (GMT) |
commit | 7df9bd7bab72af4f300eef9dc509a226924de58b (patch) | |
tree | d98aa39e6fd369c439928d033e45382331e4755f /plugins/check_ping.c | |
parent | fba6d9719e362be25a546ed47d0f7a42679fc79a (diff) | |
download | monitoring-plugins-7df9bd7bab72af4f300eef9dc509a226924de58b.tar.gz |
more internationalization fixes
internationalization freeze for beta1
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1067 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ping.c')
-rw-r--r-- | plugins/check_ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ping.c b/plugins/check_ping.c index 2198e32..bd7911d 100644 --- a/plugins/check_ping.c +++ b/plugins/check_ping.c | |||
@@ -403,7 +403,7 @@ run_ping (const char *cmd, const char *addr) | |||
403 | int result = STATE_UNKNOWN; | 403 | int result = STATE_UNKNOWN; |
404 | 404 | ||
405 | if ((child_process = spopen (cmd)) == NULL) | 405 | if ((child_process = spopen (cmd)) == NULL) |
406 | die (STATE_UNKNOWN, _("Cannot open pipe: %s"), cmd); | 406 | die (STATE_UNKNOWN, _("Could not open pipe: %s\n"), cmd); |
407 | 407 | ||
408 | child_stderr = fdopen (child_stderr_array[fileno (child_process)], "r"); | 408 | child_stderr = fdopen (child_stderr_array[fileno (child_process)], "r"); |
409 | if (child_stderr == NULL) | 409 | if (child_stderr == NULL) |