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:
parent
7054f6b2d6
commit
9168ced30f
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public:
|
|||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue