mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-20 02:11:56 +08:00
Lower verbosity of a debug message
PUBLISHED_FROM=6ff979319c31363df16cedf99b2432bd83db1473
This commit is contained in:
parent
4e6c2867da
commit
6f6b12bee7
@ -13799,8 +13799,7 @@ static void mg_lwip_udp_recv_cb(void *arg, struct udp_pcb *pcb, struct pbuf *p,
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
struct mg_connection *nc = (struct mg_connection *) arg;
|
struct mg_connection *nc = (struct mg_connection *) arg;
|
||||||
LOG(LL_INFO,
|
DBG(("%p %s:%u %p %u %u", nc, IPADDR_NTOA(addr), port, p, p->ref, p->len));
|
||||||
("%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. */
|
/* Put address in a separate pbuf and tack it onto the packet. */
|
||||||
struct pbuf *sap =
|
struct pbuf *sap =
|
||||||
pbuf_alloc(PBUF_RAW, sizeof(union socket_address), PBUF_RAM);
|
pbuf_alloc(PBUF_RAW, sizeof(union socket_address), PBUF_RAM);
|
||||||
|
Loading…
Reference in New Issue
Block a user