summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-10-05 14:36:39 -0500
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:31 +0100
commit003a8dd1c60d91e1edc13470479dad9099866e7a (patch)
tree57f31b37611433d1cdb560bc69d159b454483e17
parent22290fd99276cfad8db612764a00648a63eeb0a6 (diff)
downloadtdelibs-003a8dd1c60d91e1edc13470479dad9099866e7a.tar.gz
tdelibs-003a8dd1c60d91e1edc13470479dad9099866e7a.zip
Clarify source of identical kdWarning messages.
(cherry picked from commit c9e64428467b7b4fd9c0eb3e0ca163dba886b891)
-rw-r--r--kio/kio/slavebase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kio/slavebase.cpp b/kio/kio/slavebase.cpp
index ce36c3ba8..b61fcbb1b 100644
--- a/kio/kio/slavebase.cpp
+++ b/kio/kio/slavebase.cpp
@@ -863,7 +863,7 @@ bool SlaveBase::openPassDlg( AuthInfo& info, const TQString &errorMsg )
if (!callOK)
{
- kdWarning(7019) << "Can't communicate with kded_kpasswdserver!" << endl;
+ kdWarning(7019) << "Can't communicate with kded_kpasswdserver (openPassDlg)!" << endl;
return false;
}
@@ -1197,7 +1197,7 @@ bool SlaveBase::checkCachedAuthentication( AuthInfo& info )
if ( !d->dcopClient->call( "kded", "kpasswdserver", "checkAuthInfo(KIO::AuthInfo, long int, unsigned long int)",
params, replyType, reply ) )
{
- kdWarning(7019) << "Can't communicate with kded_kpasswdserver!" << endl;
+ kdWarning(7019) << "Can't communicate with kded_kpasswdserver (checkCachedAuthentication)!" << endl;
return false;
}