[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.4/kdelibs/kio/kio
From:       Dawit Alemayehu <adawit () kde ! org>
Date:       2010-02-22 23:49:19
Message-ID: 1266882559.895091.25017.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1094597 by adawit:

Reduce debug output noise and make proper comparison when setting the \
ConnectionEncryptedAttribute flag

 M  +2 -2      accessmanagerreply_p.cpp  


--- branches/KDE/4.4/kdelibs/kio/kio/accessmanagerreply_p.cpp #1094596:1094597
@@ -124,7 +124,7 @@
 
         // Set the encrypted attribute...
         setAttribute(QNetworkRequest::ConnectionEncryptedAttribute,
-                     QString::compare(job->queryMetaData("ssl_in_use"), \
QLatin1String("true"), Qt::CaseInsensitive)); +                     \
(QString::compare(job->queryMetaData("ssl_in_use"), QLatin1String("true"), \
Qt::CaseInsensitive) == 0));  
         // Set the raw header information...
         const QString headers = job->queryMetaData("HTTP-Headers");
@@ -166,7 +166,7 @@
     {
         case 0:
             setError(QNetworkReply::NoError, errorString());
-            kDebug( 7044 ) << "0 -> QNetworkReply::NoError";
+            //kDebug( 7044 ) << "0 -> QNetworkReply::NoError";
             break;
         case KIO::ERR_COULD_NOT_CONNECT:
             setError(QNetworkReply::ConnectionRefusedError, errorString());


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic