qt: Demote ReportInvalidCertificate message to qDebug
Too spammy.
This commit is contained in:
parent
1913302fb7
commit
488a616439
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ static QList<QString> savedPaymentRequests;
|
|||
|
||||
static void ReportInvalidCertificate(const QSslCertificate& cert)
|
||||
{
|
||||
qWarning() << "ReportInvalidCertificate : Payment server found an invalid certificate: " << cert.subjectInfo(QSslCertificate::CommonName);
|
||||
qDebug() << "ReportInvalidCertificate : Payment server found an invalid certificate: " << cert.subjectInfo(QSslCertificate::CommonName);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue