more debug on ssl error; refs #22

This commit is contained in:
Marc Wäckerlin
2011-04-27 12:07:14 +00:00
parent 718280d00a
commit eada87b438
6 changed files with 51 additions and 31 deletions

View File

@@ -179,10 +179,10 @@ class DownloadManager: public QObject {
<<"L="<<err->certificate().subjectInfo(QSslCertificate::LocalityName)
<<"OU="<<err->certificate().subjectInfo(QSslCertificate::OrganizationalUnitName)
<<"C="<<err->certificate().subjectInfo(QSslCertificate::CountryName)
<<"ST="<<err->certificate().subjectInfo(QSslCertificate::StateOrProvince);
<<"ST="<<err->certificate().subjectInfo(QSslCertificate::StateOrProvinceName);
}
}
}
void uploadProgress(qint64 bytesSent, qint64 bytesTotal) {
//LOG<<bytesSent<<bytesTotal;
_downloads[qobject_cast<QNetworkReply*>(sender())].first = bytesSent;