Lower verbosity of a message

PUBLISHED_FROM=3b4cbc497c4a0eee2d46f561c0717415ca85c242
This commit is contained in:
Deomid Ryabkov 2016-06-27 09:30:47 +01:00 committed by Cesanta Bot
parent 5a19135c35
commit 79325bd219

View File

@ -11231,7 +11231,7 @@ void mg_if_connect_tcp(struct mg_connection *nc,
#endif
nc->err = sl_Connect(sock, &sa->sa, sizeof(sa->sin));
out:
LOG(LL_INFO, ("%p sock %d err %d", nc, nc->sock, nc->err));
DBG(("%p sock %d err %d", nc, nc->sock, nc->err));
}
void mg_if_connect_udp(struct mg_connection *nc) {