From b5928aa2e3b5d658d98f0755731f81466c639c14 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 8 Jul 2008 10:56:35 +0000 Subject: [PATCH] - Fixed messageBox when listening on busy port (Web UI) --- src/GUI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "<