Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3706ed75 authored by Mike Yu's avatar Mike Yu Committed by Gerrit Code Review
Browse files

Merge "Downgrade DoT connection error message to Warning"

parents 0841e31b 423b58e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ Status DnsTlsSocket::tcpConnect() {
                sizeof(mServer.ss)) != 0 &&
            errno != EINPROGRESS) {
        const int err = errno;
        PLOG(ERROR) << "Socket failed to connect";
        PLOG(WARNING) << "Socket failed to connect";
        mSslFd.reset();
        return Status(err);
    }