mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
More debug output
This commit is contained in:
@@ -93,6 +93,7 @@ void DNSUpdater::ipRequestFinished(QNetworkReply *reply)
|
|||||||
if(!new_ip.isNull()) {
|
if(!new_ip.isNull()) {
|
||||||
if(m_lastIP != new_ip) {
|
if(m_lastIP != new_ip) {
|
||||||
qDebug() << Q_FUNC_INFO << "The IP address changed, report the change to DynDNS...";
|
qDebug() << Q_FUNC_INFO << "The IP address changed, report the change to DynDNS...";
|
||||||
|
qDebug() << m_lastIP.toString() << "->" << new_ip.toString();
|
||||||
m_lastIP = new_ip;
|
m_lastIP = new_ip;
|
||||||
updateDNSService();
|
updateDNSService();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user