addConsoleMessage(tr("qBittorrent is trying to listen on any interface port: TCP/%1","e.g: qBittorrent is trying to listen on any interface port: TCP/6881").arg(QString::number(port)),"blue");
addConsoleMessage(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)),"blue");
addConsoleMessage(tr("qBittorrent is trying to listen on interface %1 port: TCP/%2","e.g: qBittorrent is trying to listen on interface 192.168.0.1 port: TCP/6881").arg(ip).arg(QString::number(port)),"blue");
addConsoleMessage(tr("qBittorrent is trying to listen on interface %1 port: %2","e.g: qBittorrent is trying to listen on interface 192.168.0.1 port: TCP/6881").arg(ip).arg(QString::number(port)),"blue");
addConsoleMessage(tr("qBittorrent is successfully listening on interface %1 port: TCP/%2","e.g: qBittorrent is successfully listening on interface 192.168.0.1 port: TCP/6881").arg(p->endpoint.address().to_string(ec).c_str()).arg(QString::number(p->endpoint.port())),"blue");
qDebug()<<"Successfully listening on "<<proto<<p->endpoint.address().to_string(ec).c_str()<<"/"<<p->endpoint.port();
addConsoleMessage(tr("qBittorrent is successfully listening on interface %1 port: %2/%3","e.g: qBittorrent is successfully listening on interface 192.168.0.1 port: TCP/6881").arg(p->endpoint.address().to_string(ec).c_str()).arg(proto).arg(QString::number(p->endpoint.port())),"blue");
// Force reannounce on all torrents because some trackers blacklist some ports