wayland: Make KWinDisplay less chatty

There is no point for printing a warning if kwin cannot read the exe
symlink in /proc. It may happen for processes such as polkit agent.
This commit is contained in:
Vlad Zahorodnii 2021-04-01 14:48:44 +03:00
parent 7054f6b2d6
commit 9168ced30f

View file

@ -143,7 +143,7 @@ public:
} }
if (client->executablePath().isEmpty()) { if (client->executablePath().isEmpty()) {
qCWarning(KWIN_CORE) << "Could not identify process with pid" << client->processId(); qCDebug(KWIN_CORE) << "Could not identify process with pid" << client->processId();
return false; return false;
} }