mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 12:10:06 +00:00
xwayland: Spell XWAYLAND consistently in debug messages
This commit is contained in:
committed by
Olivier Fourdan
parent
df75d90a2c
commit
b5aa70503a
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user