Reduce log spam by removing the "adding option" print.

This commit is contained in:
Nicholas J. Kain 2011-03-30 05:33:44 -04:00
parent d01b104d48
commit 6869a3ba20

View File

@ -141,7 +141,6 @@ int add_option_string(unsigned char *optionptr, unsigned char *string)
string[OPT_CODE]);
return 0;
}
log_line("adding option 0x%02x", string[OPT_CODE]);
memcpy(optionptr + end, string, string[OPT_LEN] + 2);
optionptr[end + string[OPT_LEN] + 2] = DHCP_END;
return string[OPT_LEN] + 2;