logger->addMessage(tr("qBittorrent is trying to listen on any interface port: %1","e.g: qBittorrent is trying to listen on any interface port: TCP/6881").arg(QString::number(port)),Log::INFO);
logger->addMessage(tr("qBittorrent failed to listen on any interface port: %1. Reason: %2","e.g: qBittorrent failed to listen on any interface port: TCP/6881. Reason: no such interface").arg(QString::number(port)).arg(misc::toQStringU(ec.message())),Log::CRITICAL);