From d19edd4043c498626fe68308005947975ef0a697 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Wed, 1 Dec 2004 23:54:51 +0000 Subject: standardize localization string standardize unknow arguments git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@969 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_nagios.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'plugins/check_nagios.c') diff --git a/plugins/check_nagios.c b/plugins/check_nagios.c index d9d18d9b..4439251f 100644 --- a/plugins/check_nagios.c +++ b/plugins/check_nagios.c @@ -14,6 +14,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + $Id$ + ******************************************************************************/ const char *progname = "check_nagios"; @@ -64,7 +66,7 @@ main (int argc, char **argv) textdomain (PACKAGE); if (process_arguments (argc, argv) == ERROR) - usage (_("Could not parse arguments\n")); + usage (_("check_nagios: could not parse arguments\n")); /* Set signal handling and alarm */ if (signal (SIGALRM, timeout_alarm_handler) == SIG_ERR) { @@ -78,7 +80,7 @@ main (int argc, char **argv) /* open the status log */ fp = fopen (status_log, "r"); if (fp == NULL) { - printf (_("Error: Cannot open status log for reading!\n")); + printf (_("ERROR - Cannot open status log for reading!\n")); return STATE_CRITICAL; } @@ -178,8 +180,6 @@ main (int argc, char **argv) - - /* process command-line arguments */ int process_arguments (int argc, char **argv) @@ -264,9 +264,6 @@ process_arguments (int argc, char **argv) - - - void print_help (void) { @@ -302,7 +299,6 @@ Example:\n\ - void print_usage (void) { -- cgit v1.2.3-74-g34f1