Degrade qCInfo to qCDebug

It just adds noise.

Differential Revision: https://phabricator.kde.org/D27879
wilder-portage-prov
Kai Uwe Broulik 6 years ago
parent 18422ededc
commit 9a4f259c48
  1. 2
      gmenu-dbusmenu-proxy/menuproxy.cpp

@ -288,7 +288,7 @@ void MenuProxy::onWindowAdded(WId id)
// Only top level windows typically have a menu bar, dialogs, such as settings don't
if (wType != NET::Normal) {
qCInfo(DBUSMENUPROXY) << "Ignoring window" << id << "of type" << wType;
qCDebug(DBUSMENUPROXY) << "Ignoring window" << id << "of type" << wType;
return;
}

Loading…
Cancel
Save