From kde-commits Wed Dec 11 18:10:19 2002 From: Rob Kaper Date: Wed, 11 Dec 2002 18:10:19 +0000 To: kde-commits Subject: kdelibs X-MARC-Message: https://marc.info/?l=kde-commits&m=103963032331460 CVS commit by kaper: more descriptive debug output for kio/kded communication CCMAIL: epoint@ism.nl M +3 -3 kio/kio/slavebase.cpp 1.139 M +2 -2 kioslave/http/http.cc 1.557 --- kdelibs/kio/kio/slavebase.cpp #1.138:1.139 @@ -763,5 +763,5 @@ bool SlaveBase::openPassDlg( AuthInfo& i params, replyType, reply ) ) { - kdWarning(7019) << "Can't communicate with kded!" << endl; + kdWarning(7019) << "Can't communicate with kded_kpasswdserver!" << endl; return false; } @@ -1078,5 +1078,5 @@ bool SlaveBase::checkCachedAuthenticatio params, replyType, reply ) ) { - kdWarning(7019) << "Can't communicate with kded!" << endl; + kdWarning(7019) << "Can't communicate with kded_kpasswdserver!" << endl; return false; } --- kdelibs/kioslave/http/http.cc #1.556:1.557 @@ -4157,5 +4157,5 @@ void HTTPProtocol::addCookies( const QSt if ( !m_dcopClient->send( "kded", "kcookiejar", "addCookies(QString,QCString,long int)", params ) ) { - kdWarning(7113) << "(" << m_pid << ") Can't communicate with cookiejar!" << endl; + kdWarning(7113) << "(" << m_pid << ") Can't communicate with kded_kcookiejar!" << endl; } } @@ -4176,5 +4176,5 @@ QString HTTPProtocol::findCookies( const params, replyType, reply ) ) { - kdWarning(7113) << "(" << m_pid << ") Can't communicate with cookiejar!" << endl; + kdWarning(7113) << "(" << m_pid << ") Can't communicate with kded_kcookiejar!" << endl; return result; }