SVN commit 1158052 by adawit: Less noise in debug ouput. M +1 -1 http.cpp --- trunk/KDE/kdelibs/kioslave/http/http.cpp #1158051:1158052 @@ -4151,7 +4151,7 @@ m_mimeTypeBuffer.resize(0); } - kDebug(7013) << "Sending data of size" << d.size(); + //kDebug(7113) << "Sending data of size" << d.size(); data( d ); if (m_request.cacheTag.ioMode == WriteToCache) { cacheFileWritePayload(d);