This avoids disclosing of user and password in the logfile which can
happen in some cases.
-Subproject commit 01d73965dc8b862d1b2310d3ef801c297b697ec7
+Subproject commit 139acd195bd74f69ff93d37cba7eec62fec77287
_durationTimer.start();
_duration = 0;
- qDebug() << "!!!" << metaObject()->className() << "created for" << account()->url() << "querying" << path();
+ const QUrl url = account()->url();
+ const QString displayUrl = QString( "%1://%2%3").arg(url.scheme()).arg(url.host()).arg(url.path());
+
+ qDebug() << "!!!" << metaObject()->className() << "created for" << displayUrl << "+" << path();
}
void AbstractNetworkJob::slotTimeout()