mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 13:50:33 +01:00
xwayland: Spell XWAYLAND consistently in debug messages
This commit is contained in:
parent
df75d90a2c
commit
b5aa70503a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ xwl_window_set_allow_commits(struct xwl_window *xwl_window, Bool allow,
|
|||
const char *debug_msg)
|
||||
{
|
||||
xwl_window->allow_commits = allow;
|
||||
DebugF("xwayland: win %d allow_commits = %d (%s)\n",
|
||||
DebugF("XWAYLAND: win %d allow_commits = %d (%s)\n",
|
||||
xwl_window->window->drawable.id, allow, debug_msg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue