mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
HTTP server: prefix log messages with method signature
This commit is contained in:
@@ -112,7 +112,7 @@ void HttpConnectionHandlerPool::loadSslConfig()
|
||||
if (!sslKeyFileName.isEmpty() && !sslCertFileName.isEmpty())
|
||||
{
|
||||
#ifdef QT_NO_OPENSSL
|
||||
qWarning("HttpConnectionHandlerPool: SSL is not supported");
|
||||
qWarning("HttpConnectionHandlerPool::loadSslConfig: SSL is not supported");
|
||||
#else
|
||||
// Convert relative fileNames to absolute, based on the directory of the config file.
|
||||
QFileInfo configFile(settings->fileName());
|
||||
|
||||
Reference in New Issue
Block a user