diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-10-05 14:36:39 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-10-05 14:36:39 -0500 |
commit | c9e64428467b7b4fd9c0eb3e0ca163dba886b891 (patch) | |
tree | 36279c559681e9d9a9db977763a6a94f63449f14 /tdeio | |
parent | d8d925203ed90f3c1ca93145e9364cfb854d2789 (diff) | |
download | tdelibs-c9e64428467b7b4fd9c0eb3e0ca163dba886b891.tar.gz tdelibs-c9e64428467b7b4fd9c0eb3e0ca163dba886b891.zip |
Clarify source of identical kdWarning messages.
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/tdeio/slavebase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tdeio/slavebase.cpp b/tdeio/tdeio/slavebase.cpp index 763170437..cfc67fd04 100644 --- a/tdeio/tdeio/slavebase.cpp +++ b/tdeio/tdeio/slavebase.cpp @@ -880,7 +880,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; } @@ -1219,7 +1219,7 @@ bool SlaveBase::checkCachedAuthentication( AuthInfo& info ) if ( !d->dcopClient->call( "kded", "kpasswdserver", "checkAuthInfo(TDEIO::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; } |