mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 21:30:23 +01:00
gbm: Fix a debug log message
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
bfb0da9fa7
commit
ef81ce9909
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ dri_open_driver(struct gbm_dri_device *dri)
|
|||
}
|
||||
|
||||
if (dri->driver == NULL) {
|
||||
fprintf(stderr, "gbm: failed to open any driver (search paths %s)",
|
||||
fprintf(stderr, "gbm: failed to open any driver (search paths %s)\n",
|
||||
search_paths);
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue