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

List:       kde-commits
Subject:    kdelibs
From:       Rob Kaper <cap () capsi ! com>
Date:       2002-12-11 18:10:19
[Download RAW message or body]

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;
   }


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

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