mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02: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) {
|
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);
|
search_paths);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue