backend/x11: log when creating X11 backend

This commit is contained in:
Simon Ser 2021-01-17 10:18:20 +01:00
parent bf86110fc5
commit 5373187186
1 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,8 @@ static bool query_dri3_formats(struct wlr_x11_backend *x11) {
struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
const char *x11_display) {
wlr_log(WLR_INFO, "Creating X11 backend");
struct wlr_x11_backend *x11 = calloc(1, sizeof(*x11));
if (!x11) {
return NULL;