xwayland: Spell XWAYLAND consistently in debug messages

This commit is contained in:
Michel Dänzer 2023-01-27 17:56:24 +01:00 committed by Olivier Fourdan
parent df75d90a2c
commit b5aa70503a

View File

@ -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);
}