wayland_server: Improve debug message, reduce duplicates
ClosedPublic

Authored by apol on May 14 2020, 3:21 PM.

Details

Summary

Demote the "interface not granted" message from a warning to debug
and improve the wording a bit.
We are listing all the interfaces, it's not like we're not granting an interface
that the application wants, it's that we're not offering an interface to an application
because it didn't opt in.
Only report every miss once, to reduce the noise.

Test Plan

ran kwin

Diff Detail

Repository
R108 KWin
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 26909
Build 26927: arc lint + arc unit
apol created this revision.May 14 2020, 3:21 PM
Restricted Application added a project: KWin. · View Herald TranscriptMay 14 2020, 3:21 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
apol requested review of this revision.May 14 2020, 3:21 PM
davidedmundson accepted this revision.May 14 2020, 3:23 PM
This revision is now accepted and ready to land.May 14 2020, 3:23 PM
This revision was automatically updated to reflect the committed changes.