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:
Anton Kindestam 2018-06-02 16:25:45 +02:00 committed by Jan Ekström
parent bca59516cc
commit 157b242289
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}