Lines Matching refs:DEBUG
72 LOG(DEBUG) << mMark << " connecting TCP socket"; in tcpConnect()
108 LOG(DEBUG) << "Socket failed to connect"; in tcpConnect()
227 LOG(DEBUG) << "Setting session"; in sslConnect()
230 LOG(DEBUG) << "No session available"; in sslConnect()
234 LOG(DEBUG) << " Calling SSL_connect with mark 0x" << std::hex << mMark; in sslConnect()
236 LOG(DEBUG) << " SSL_connect returned " << ret << " with mark 0x" << std::hex << mMark; in sslConnect()
267 LOG(DEBUG) << mMark << " handshake complete"; in sslConnect()
281 LOG(DEBUG) << mMark << " Writing " << buffer.size() << " bytes"; in sslWrite()
298 LOG(DEBUG) << "SSL_write error " << ssl_err; in sslWrite()
303 LOG(DEBUG) << mMark << " Wrote " << buffer.size() << " bytes"; in sslWrite()
335 LOG(DEBUG) << "Idle timeout"; in loop()
339 LOG(DEBUG) << "Poll failed: " << errno; in loop()
344 LOG(DEBUG) << "SSL remote close or read error."; in loop()
361 LOG(DEBUG) << "Negative eventfd read indicates destructor-initiated shutdown"; in loop()
378 LOG(DEBUG) << "Disconnecting"; in loop()
380 LOG(DEBUG) << "Calling onClosed"; in loop()
382 LOG(DEBUG) << "Ending loop"; in loop()
386 LOG(DEBUG) << "Destructor"; in ~DnsTlsSocket()
398 LOG(DEBUG) << "Waiting for loop thread to terminate"; in ~DnsTlsSocket()
402 LOG(DEBUG) << "Destructor completed"; in ~DnsTlsSocket()
465 LOG(DEBUG) << "SSL_read error " << ssl_err; in sslRead()
480 LOG(DEBUG) << mMark << " SSL_write complete"; in sendQuery()
485 LOG(DEBUG) << "reading response"; in readResponse()
489 LOG(DEBUG) << "Ignoring spurious wakeup from server"; in readResponse()
499 LOG(DEBUG) << mMark << " Expecting response of size " << responseSize; in readResponse()
502 LOG(DEBUG) << mMark << " Failed to read " << response.size() << " bytes"; in readResponse()
510 LOG(DEBUG) << mMark << " Failed to discard " << discard.size() << " bytes"; in readResponse()
515 LOG(DEBUG) << mMark << " SSL_read complete"; in readResponse()