diff options
Diffstat (limited to 'kabc/ldif.cpp')
-rw-r--r-- | kabc/ldif.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/ldif.cpp b/kabc/ldif.cpp index 9d007b7ff..408f5223f 100644 --- a/kabc/ldif.cpp +++ b/kabc/ldif.cpp @@ -254,7 +254,7 @@ LDIF::ParseVal LDIF::processLine() break; case Entry_Mod: if ( mModType == Mod_None ) { - kdDebug(5700) << "kio_ldap: new modtype " << mAttr << endl; + kdDebug(5700) << "tdeio_ldap: new modtype " << mAttr << endl; if ( mAttr.isEmpty() && mVal.size() == 0 ) { retval = EndEntry; } else if ( attrLower == "add" ) { |