diff options
Diffstat (limited to 'hw/xwayland/xwayland-glamor-eglstream.c')
-rw-r--r-- | hw/xwayland/xwayland-glamor-eglstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwayland/xwayland-glamor-eglstream.c b/hw/xwayland/xwayland-glamor-eglstream.c index 28666460d..244fc68e9 100644 --- a/hw/xwayland/xwayland-glamor-eglstream.c +++ b/hw/xwayland/xwayland-glamor-eglstream.c @@ -1079,7 +1079,7 @@ xwl_eglstream_get_device(struct xwl_screen *xwl_screen) free(devices); out: if (!device) - ErrorF("glamor: No eglstream capable devices found\n"); + LogMessageVerb(X_INFO, 3, "glamor: No eglstream capable devices found\n"); return device; } |