mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
More debug output
This commit is contained in:
parent
c85cb8799e
commit
10d815c60d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue