diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-30 15:40:12 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-08 08:27:23 -0700 |
commit | 800b986aa729ef27e256184cc04060cf07830413 (patch) | |
tree | 15613cb5566ef872907be2a534f53668b948eb37 /cmd/sbc_harness/config/config.h | |
parent | d07ade8014628930057f5398fc26b06a527bb4d0 (diff) |
dhcp: Add DEBUG logging
Diffstat (limited to 'cmd/sbc_harness/config/config.h')
-rw-r--r-- | cmd/sbc_harness/config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h index 3f7a0bf..daa01dd 100644 --- a/cmd/sbc_harness/config/config.h +++ b/cmd/sbc_harness/config/config.h @@ -64,7 +64,7 @@ /* DHCP ***********************************************************************/ #define CONFIG_DHCP_CAN_RECV_UNICAST_IP_WITHOUT_IP 0 /* bool */ -#define CONFIG_DHCP_DEBUG 0 /* bool */ +#define CONFIG_DHCP_DEBUG 1 /* bool */ #define CONFIG_DHCP_OPT_SIZE 312 /* minimum of 312 */ #define CONFIG_DHCP_SELECTING_NS (5*NS_PER_S) |