summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2023-01-27 17:56:24 +0100
committerOlivier Fourdan <fourdan@gmail.com>2023-02-13 13:02:55 +0000
commitb5aa70503aece379446fe136358e52ac1fb30041 (patch)
treef6dc0e71e8077015be3bf89ffe10f6479ffcc0fb
parentdf75d90a2c6fd73fb1b1e6b71c4299e747acff93 (diff)
downloadxserver-b5aa70503aece379446fe136358e52ac1fb30041.tar.gz
xwayland: Spell XWAYLAND consistently in debug messages
-rw-r--r--hw/xwayland/xwayland-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwayland/xwayland-window.c b/hw/xwayland/xwayland-window.c
index 4363730fd..eba81b8cb 100644
--- a/hw/xwayland/xwayland-window.c
+++ b/hw/xwayland/xwayland-window.c
@@ -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);
}