Add trace to display the Ssl version.

This commit is contained in:
Matthieu Gautier 2022-02-14 17:43:08 +01:00
parent 8551bcffde
commit b8066c09ab

View File

@ -110,6 +110,9 @@ void KiwixApp::init()
m_watcher.addPath(monitorDir);
m_library.asyncLoadMonitorDir(monitorDir);
}
qDebug() << "Build with ssl version :" << QSslSocket::sslLibraryBuildVersionString();
qDebug() << "Running with ssl version :" << QSslSocket::sslLibraryVersionNumber();
}
KiwixApp::~KiwixApp()