mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
backend/drm: print DRM device name when scanning connectors
This commit is contained in:
parent
9cd3f03f65
commit
253f447329
1 changed files with 1 additions and 1 deletions
|
@ -1216,7 +1216,7 @@ void scan_drm_connectors(struct wlr_drm_backend *drm) {
|
|||
return;
|
||||
}
|
||||
|
||||
wlr_log(WLR_INFO, "Scanning DRM connectors");
|
||||
wlr_log(WLR_INFO, "Scanning DRM connectors on %s", drm->name);
|
||||
|
||||
drmModeRes *res = drmModeGetResources(drm->fd);
|
||||
if (!res) {
|
||||
|
|
Loading…
Reference in a new issue