mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
render/gbm_allocator: log GBM backend name
This commit is contained in:
parent
642b349e94
commit
f0303978e3
1 changed files with 3 additions and 0 deletions
|
|
@ -154,6 +154,9 @@ struct wlr_gbm_allocator *wlr_gbm_allocator_create(int fd) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wlr_log(WLR_DEBUG, "Created GBM allocator with backend %s",
|
||||||
|
gbm_device_get_backend_name(alloc->gbm_device));
|
||||||
|
|
||||||
return alloc;
|
return alloc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue