mirror of
https://github.com/mpv-player/mpv
synced 2025-01-10 00:49:32 +00:00
hwdec_drmprime_drm: Do not show error message during probing
Change the log-level of an error message that would sometimes show up during hwdec probing, and could be misleading.
This commit is contained in:
parent
bca59516cc
commit
157b242289
@ -258,7 +258,7 @@ static int init(struct ra_hwdec *hw)
|
||||
goto err;
|
||||
}
|
||||
} else {
|
||||
mp_err(p->log, "Failed to retrieve DRM fd from native display.\n");
|
||||
mp_verbose(p->log, "Failed to retrieve DRM fd from native display.\n");
|
||||
goto err;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user