]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commitdiff
netdb: Include debug output to service debug group
authorSimon Kuenzer <simon@unikraft.io>
Sun, 4 Feb 2024 14:24:00 +0000 (15:24 +0100)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Fri, 9 Feb 2024 20:30:17 +0000 (22:30 +0200)
Signed-off-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #48

include/lwipopts.h

index efd5cddbe41501fe8b689e33764015a0c82d12ce..a79d6178ba8cc2745cb6fa459ea8a1830d7a7278 100644 (file)
@@ -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