Просмотр исходного кода

change: ulwip,隐藏ulwip_dhcp_client_stop的日志

Wendal Chen 9 месяцев назад
Родитель
Сommit
9ea0a252f3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/network/ulwip/src/ulwip_dhcp_client.c

+ 1 - 1
components/network/ulwip/src/ulwip_dhcp_client.c

@@ -183,7 +183,7 @@ void ulwip_dhcp_client_start(ulwip_ctx_t *ctx) {
 }
 
 void ulwip_dhcp_client_stop(ulwip_ctx_t *ctx) {
-    LLOGD("dhcp stop netif %p", ctx->netif);
+    // LLOGD("dhcp stop netif %p", ctx->netif);
     if (ctx->dhcp_timer != NULL && luat_rtos_timer_is_active(ctx->dhcp_timer)) {
         luat_rtos_timer_stop(ctx->dhcp_timer);
         reset_dhcp_client(ctx);