let kDebug2kdDebug run over kdebase after making it clever enough not to

commit everything.
Removed a cerr debugging in ldap - looks familiar mhk ;)

svn path=/trunk/kdebase/kcontrol/; revision=52323
icc-effect-5.14.5
Stephan Kulow 2000-06-06 14:29:58 +00:00
parent 15bc6f4f1b
commit a1494ddee7
1 changed files with 2 additions and 4 deletions

View File

@ -2002,15 +2002,13 @@ void Client::updateAvoidPolicy()
if ( XTextPropertyToStringList(
&avoidProp, &avoidList, &avoidListCount) == 0 ) {
qDebug("kwin: Client::updateAvoidPolicy: "
"XTextPropertyToStringList failed");
kdDebug() << "kwin: Client::updateAvoidPolicy: " << endl;
return;
}
// Must be one value only in string list.
if (avoidListCount != 1) {
qDebug( "kwin: Client::updateAvoidPolicy(): "
"Avoid list value count incorrect");
kdDebug() << "kwin: Client::updateAvoidPolicy(): " << endl;
return;
}