Explorar o código

chore: changed error message

root %!s(int64=2) %!d(string=hai) anos
pai
achega
d39c02a4dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/check_snmp.c

+ 1 - 1
plugins/check_snmp.c

@@ -494,7 +494,7 @@ main (int argc, char **argv)
 			show_length = strlen(show);
 			show_length = strlen(show);
 			for (j = 0; j < show_length; j++){
 			for (j = 0; j < show_length; j++){
 				if (isspace(show[j])){
 				if (isspace(show[j])){
-					die (STATE_UNKNOWN,_("No valid data returned at 497 (%s)\n"), show);
+					die (STATE_UNKNOWN,_("Unrecognized OID name returned (%s)\n"), show);
 				}
 				}
 			}
 			}
 		}
 		}