diff --git a/src/GUI.cpp b/src/GUI.cpp index ed7d7acab..067cc304a 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -1461,9 +1461,9 @@ bool GUI::initWebUi(QString username, QString password, int port) httpServer->setAuthorization(username, password); bool success = httpServer->listen(QHostAddress::Any, port); if (success) - qDebug()<<"Web UI listening on port "<