summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2004-12-08 00:36:19 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2004-12-08 00:36:19 (GMT)
commite71d2c2b71d20ba3110030b4c6f3de1d9e827313 (patch)
tree6ea4fa97728e16f7aafa1356d31d55d5f42e10ec /plugins/check_snmp.c
parent911af3e7acb18caf051003b365a319173abfd989 (diff)
downloadmonitoring-plugins-e71d2c2b71d20ba3110030b4c6f3de1d9e827313.tar.gz
patch 1028033
minor internationalization fixes git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1013 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r--plugins/check_snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index ab110fb..c1c4ea8 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -656,7 +656,7 @@ validate_arguments ()
656 } 656 }
657 else if ( strcmp(seclevel, "authPriv") == 0 ) { 657 else if ( strcmp(seclevel, "authPriv") == 0 ) {
658 if ( secname == NULL || authpasswd == NULL || privpasswd == NULL ) { 658 if ( secname == NULL || authpasswd == NULL || privpasswd == NULL ) {
659 printf (("Missing secname (%s), authpassword (%s), or privpasswd (%s)! \n"),secname, authpasswd,privpasswd ); 659 printf (_("Missing secname (%s), authpassword (%s), or privpasswd (%s)! \n"),secname, authpasswd,privpasswd );
660 print_usage (); 660 print_usage ();
661 exit (STATE_UNKNOWN); 661 exit (STATE_UNKNOWN);
662 } 662 }