diff --git a/src/plugins/tls/openssl/qtls_openssl.cpp b/src/plugins/tls/openssl/qtls_openssl.cpp index 569e1d9c84..2b78059744 100644 --- a/src/plugins/tls/openssl/qtls_openssl.cpp +++ b/src/plugins/tls/openssl/qtls_openssl.cpp @@ -479,7 +479,7 @@ bool qt_OCSP_certificate_match(OCSP_SINGLERESP *singleResponse, X509 *peerCert, const QSharedPointer guard(recreatedId, q_OCSP_CERTID_free); if (q_OCSP_id_cmp(const_cast(certId), recreatedId)) { - qDebug(lcTlsBackend, "Certificate ID mismatch"); + qCDebug(lcTlsBackend, "Certificate ID mismatch"); return false; } // Bingo!