This commit is contained in:
2026-03-26 14:38:03 +01:00
parent cf28fba3f5
commit 5e5e89284b
2 changed files with 1 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ void Rktwebview_qt::processCommand(Command *cmd)
QWebEngineProfileBuilder b;
if (has_pem) {
QByteArray scp = optional_server_cert_pem.toUtf8();
INFO1("Installing cert: %s\n", scp.constData());
DEBUG1("Installing cert: %s\n", scp.constData());
QList<QSslCertificate> certs;
QSslCertificate cert(scp);
certs.append(cert);