render/gbm_allocator: log GBM backend name

master
Simon Ser 4 years ago
parent 642b349e94
commit f0303978e3
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -154,6 +154,9 @@ struct wlr_gbm_allocator *wlr_gbm_allocator_create(int fd) {
return NULL;
}
wlr_log(WLR_DEBUG, "Created GBM allocator with backend %s",
gbm_device_get_backend_name(alloc->gbm_device));
return alloc;
}

Loading…
Cancel
Save