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

List:       kde-commits
Subject:    KDE/kdelibs/kioslave/http
From:       Andreas Hartmetz <ahartmetz () gmail ! com>
Date:       2010-08-30 21:28:09
Message-ID: 20100830212809.D50C8AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1170144 by ahartmetz:

Take into account that spaces are automatically added by kDebug(). Minor formatting.

 M  +2 -4      http.cpp  


--- trunk/KDE/kdelibs/kioslave/http/http.cpp #1170143:1170144
@@ -429,8 +429,7 @@
 
   if (isHttpProxy(m_request.proxyUrl) && !isAutoSsl()) {
     m_request.isKeepAlive = config()->readEntry("PersistentProxyConnection", false);
-    kDebug(7113) << "Enable Persistent Proxy Connection: "
-                 << m_request.isKeepAlive;
+      kDebug(7113) << "Enable Persistent Proxy Connection:" << m_request.isKeepAlive;
   }
 
   m_request.redirectUrl = KUrl();
@@ -443,8 +442,7 @@
   m_request.windowId = config()->readEntry("window-id");
 
   kDebug(7113) << "Window Id =" << m_request.windowId;
-  kDebug(7113) << "ssl_was_in_use ="
-               << metaData(QLatin1String("ssl_was_in_use"));
+  kDebug(7113) << "ssl_was_in_use =" << metaData(QLatin1String("ssl_was_in_use"));
 
   m_request.referrer.clear();
   // RFC 2616: do not send the referrer if the referrer page was served using SSL and
[prev in list] [next in list] [prev in thread] [next in thread] 

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