mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-29 16:25:54 +08:00
Lower conn accept message verbosity to DEBUG
Raised in previous commit by mistake PUBLISHED_FROM=31a73fb610c34ed0c85d081bfa11a8067f216696
This commit is contained in:
parent
104106b9cf
commit
02707364f0
@ -14484,7 +14484,7 @@ static err_t mg_lwip_accept_cb(void *arg, struct tcp_pcb *newtpcb, err_t err) {
|
||||
struct mg_connection *lc = (struct mg_connection *) arg, *nc;
|
||||
struct mg_lwip_conn_state *lcs, *cs;
|
||||
struct tcp_pcb_listen *lpcb;
|
||||
LOG(LL_INFO,
|
||||
LOG(LL_DEBUG,
|
||||
("%p conn %p from %s:%u", lc, newtpcb,
|
||||
IPADDR_NTOA(ipX_2_ip(&newtpcb->remote_ip)), newtpcb->remote_port));
|
||||
if (lc == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user