mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Get the server all setup for enabling encryption (alternate API calls implemented - just no encryption turned on yet).
This commit is contained in:
@@ -40,7 +40,7 @@ bool WebServer::startServer(quint16 port, bool websocket){
|
||||
if(ok){
|
||||
QCoreApplication::processEvents();
|
||||
qDebug() << "Server Started:" << QDateTime::currentDateTime().toString(Qt::ISODate);
|
||||
qDebug() << " Port:" << port;
|
||||
qDebug() << " Port:" << (BRIDGE_ONLY ? "(Bridge Only)" : QString::number(port));
|
||||
if(WSServer!=0){ qDebug() << " URL:" << WSServer->serverUrl().toString(); }
|
||||
}else{
|
||||
qCritical() << "Could not start server - exiting...";
|
||||
|
||||
Reference in New Issue
Block a user