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
This commit is contained in:
parent
15bc6f4f1b
commit
a1494ddee7
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue