summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland-screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwayland/xwayland-screen.c')
-rw-r--r--hw/xwayland/xwayland-screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwayland/xwayland-screen.c b/hw/xwayland/xwayland-screen.c
index a880406c9..94085af34 100644
--- a/hw/xwayland/xwayland-screen.c
+++ b/hw/xwayland/xwayland-screen.c
@@ -771,7 +771,7 @@ xwl_screen_init(ScreenPtr pScreen, int argc, char **argv)
#ifdef XWL_HAS_EGLSTREAM
use_eglstreams = TRUE;
#else
- ErrorF("xwayland glamor: this build does not have EGLStream support\n");
+ ErrorF("Xwayland glamor: this build does not have EGLStream support\n");
#endif
}
else if (strcmp(argv[i], "-force-xrandr-emulation") == 0) {