loglevel
This commit is contained in:
Binary file not shown.
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user