mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Report TCPServer errorString() if webui fails to listen to port
This commit is contained in:
@@ -93,7 +93,7 @@ void WebUI::init()
|
||||
if (success)
|
||||
logger->addMessage(tr("Web UI: Now listening on port %1").arg(m_port));
|
||||
else
|
||||
logger->addMessage(tr("Web UI: Unable to bind to port %1").arg(m_port), Log::CRITICAL);
|
||||
logger->addMessage(tr("Web UI: Unable to bind to port %1 : %2").arg(m_port).arg(m_httpServer->errorString()), Log::CRITICAL);
|
||||
}
|
||||
|
||||
// DynDNS
|
||||
|
||||
Reference in New Issue
Block a user