Module: Mesa Branch: master Commit: ef81ce9909c745c46e7a18fa109f14fa5dfce786 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef81ce9909c745c46e7a18fa109f14fa5dfce786
Author: Eric Anholt <[email protected]> Date: Fri Jun 20 13:54:09 2014 +0100 gbm: Fix a debug log message Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- src/gbm/backends/dri/gbm_dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gbm/backends/dri/gbm_dri.c b/src/gbm/backends/dri/gbm_dri.c index 258e8a8..0fbe81c 100644 --- a/src/gbm/backends/dri/gbm_dri.c +++ b/src/gbm/backends/dri/gbm_dri.c @@ -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; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
