diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 09:19:18 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 09:19:18 (GMT) |
commit | 83df67099daebd7189ad0417089040f3b2de27c1 (patch) | |
tree | a821e85265092ae1f55d64ac9499d9d951466470 /plugins/check_udp.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_udp.c')
-rw-r--r-- | plugins/check_udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_udp.c b/plugins/check_udp.c index 0cb732f..5adf23c 100644 --- a/plugins/check_udp.c +++ b/plugins/check_udp.c | |||
@@ -206,7 +206,7 @@ process_arguments (int argc, char **argv) | |||
206 | } | 206 | } |
207 | 207 | ||
208 | if (server_address == NULL) | 208 | if (server_address == NULL) |
209 | usage (_("Host name was not supplied\n")); | 209 | usage4 (_("Hostname was not supplied")); |
210 | 210 | ||
211 | if (server_send == NULL) | 211 | if (server_send == NULL) |
212 | server_send = strdup(""); | 212 | server_send = strdup(""); |