mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Added console message for Web UI (with port)
- Updated language files
This commit is contained in:
@@ -516,7 +516,7 @@ bool Bittorrent::initWebUi(QString username, QString password, int port) {
|
||||
if(!httpServer->isListening()) {
|
||||
success = httpServer->listen(QHostAddress::Any, port);
|
||||
if (success)
|
||||
qDebug("Web UI listening on port %d", port);
|
||||
addConsoleMessage(tr("The Web UI is listening on port %1").arg(port));
|
||||
else
|
||||
addConsoleMessage(tr("Web User Interface Error - Unable to bind Web UI to port %1").arg(port), QColor("red"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user