From 800b986aa729ef27e256184cc04060cf07830413 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 30 Nov 2024 15:40:12 -0700 Subject: dhcp: Add DEBUG logging --- cmd/sbc_harness/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/sbc_harness/config/config.h') 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) -- cgit v1.2.3-2-g168b