mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-24 05:25:37 +00:00
Report TCPServer errorString() if webui fails to listen to port
This commit is contained in:
parent
6c0dd81528
commit
05c92e652c
@ -93,7 +93,7 @@ void WebUI::init()
|
|||||||
if (success)
|
if (success)
|
||||||
logger->addMessage(tr("Web UI: Now listening on port %1").arg(m_port));
|
logger->addMessage(tr("Web UI: Now listening on port %1").arg(m_port));
|
||||||
else
|
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
|
// DynDNS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user