Commit 6f6b12be authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot

Lower verbosity of a debug message

PUBLISHED_FROM=6ff979319c31363df16cedf99b2432bd83db1473
parent 4e6c2867
......@@ -13799,8 +13799,7 @@ static void mg_lwip_udp_recv_cb(void *arg, struct udp_pcb *pcb, struct pbuf *p,
#endif
{
struct mg_connection *nc = (struct mg_connection *) arg;
LOG(LL_INFO,
("%p %s:%u %p %u %u", nc, IPADDR_NTOA(addr), port, p, p->ref, p->len));
DBG(("%p %s:%u %p %u %u", nc, IPADDR_NTOA(addr), port, p, p->ref, p->len));
/* Put address in a separate pbuf and tack it onto the packet. */
struct pbuf *sap =
pbuf_alloc(PBUF_RAW, sizeof(union socket_address), PBUF_RAM);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment