Lower verbosity of a debug message

PUBLISHED_FROM=6ff979319c31363df16cedf99b2432bd83db1473
This commit is contained in:
Deomid Ryabkov 2017-02-09 01:45:42 +08:00 committed by Cesanta Bot
parent 4e6c2867da
commit 6f6b12bee7

View File

@ -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);