diff --git a/server.c b/server.c index f17bdd7..f19116f 100644 --- a/server.c +++ b/server.c @@ -275,10 +275,10 @@ handle_handshake(struct pollfd *fds, struct client *c) break; } - LOGD(c, "handshake: SNI: \"%s\"; decoded: \"%s\"; matched: \"%s\"", - servname != NULL ? servname : "(null)", - c->domain, - h->domain != NULL ? h->domain : "(null)"); + /* LOGD(c, "handshake: SNI: \"%s\"; decoded: \"%s\"; matched: \"%s\"", */ + /* servname != NULL ? servname : "(null)", */ + /* c->domain, */ + /* h->domain != NULL ? h->domain : "(null)"); */ if (h->domain != NULL) { c->state = S_OPEN;