mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-09 21:34:20 +00:00
More debug output
This commit is contained in:
parent
c85cb8799e
commit
10d815c60d
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user