mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Report TCPServer errorString() if webui fails to listen to port
This commit is contained in:
parent
6c0dd81528
commit
05c92e652c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue