diff --git a/private/lib/windows/x86_64/rktwebview_prg.exe b/private/lib/windows/x86_64/rktwebview_prg.exe index b4d357e..59331da 100644 Binary files a/private/lib/windows/x86_64/rktwebview_prg.exe and b/private/lib/windows/x86_64/rktwebview_prg.exe differ diff --git a/rktwebview_qt/rktwebview_qt.cpp b/rktwebview_qt/rktwebview_qt.cpp index 94c426d..04ecaeb 100644 --- a/rktwebview_qt/rktwebview_qt.cpp +++ b/rktwebview_qt/rktwebview_qt.cpp @@ -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 certs; QSslCertificate cert(scp); certs.append(cert);