aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kioslave/kio_plp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kde2/kioslave/kio_plp.cpp')
-rw-r--r--kde2/kioslave/kio_plp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kde2/kioslave/kio_plp.cpp b/kde2/kioslave/kio_plp.cpp
index 5853205..f8dc9dd 100644
--- a/kde2/kioslave/kio_plp.cpp
+++ b/kde2/kioslave/kio_plp.cpp
@@ -1136,6 +1136,7 @@ special(const QByteArray &a) {
Enum<rfsv::errs>res = plpRpcs->getOwnerInfo(b);
if (res != rfsv::E_PSI_GEN_NONE) {
+ kdDebug(PLP_DEBUGAREA) << "get Ownerinfo returned " << res << endl;
error(ERR_COULD_NOT_STAT, "Owner");
return;
}