diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 09:19:18 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 09:19:18 +0000 |
commit | 83df67099daebd7189ad0417089040f3b2de27c1 (patch) | |
tree | a821e85265092ae1f55d64ac9499d9d951466470 /plugins/check_ping.c | |
parent | 9d704527496ac715e24bcc844b39125022c0aabc (diff) | |
download | monitoring-plugins-83df67099daebd7189ad0417089040f3b2de27c1.tar.gz |
Localization fixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@988 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 e3f5398b..132453d2 100644 --- a/plugins/check_ping.c +++ b/plugins/check_ping.c @@ -475,7 +475,7 @@ error_scan (char buf[MAX_INPUT_BUFFER], const char *addr) warn_text = strdup (_(WARN_DUPLICATES)); else if (! strstr (warn_text, _(WARN_DUPLICATES)) && asprintf (&warn_text, "%s %s", warn_text, _(WARN_DUPLICATES)) == -1) - die (STATE_UNKNOWN, _("unable to realloc warn_text")); + die (STATE_UNKNOWN, _("Unable to realloc warn_text")); return (STATE_WARNING); } |