From: Simon Kuenzer Date: Sun, 4 Feb 2024 14:24:00 +0000 (+0100) Subject: netdb: Include debug output to service debug group X-Git-Tag: RELEASE-0.16.2~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ca1fd4aac87548445e490e586292515f24e8d93e;p=unikraft%2Flibs%2Flwip.git netdb: Include debug output to service debug group Signed-off-by: Simon Kuenzer Reviewed-by: Eduard Vintilă Reviewed-by: Razvan Deaconescu Approved-by: Razvan Deaconescu GitHub-Closes: #48 --- diff --git a/include/lwipopts.h b/include/lwipopts.h index efd5cdd..a79d617 100644 --- a/include/lwipopts.h +++ b/include/lwipopts.h @@ -411,6 +411,7 @@ void sys_free(void *ptr); #if CONFIG_LWIP_SERVICE_DEBUG #define ETHARP_DEBUG LWIP_DBG_ON #define DNS_DEBUG LWIP_DBG_ON +#define NETDB_DEBUG LWIP_DBG_ON #define AUTOIP_DEBUG LWIP_DBG_ON #define DHCP_DEBUG LWIP_DBG_ON #define ICMP_DEBUG LWIP_DBG_ON