From 4617ed22639542edaa06aba599da5d7c969967fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk> Date: Wed, 17 May 2017 14:40:13 +0100 Subject: [PATCH] Clarify wording of libGL dlopen wrapper warning --- shim/libGL.so.c.dlopen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shim/libGL.so.c.dlopen b/shim/libGL.so.c.dlopen index 05de99071..763d35146 100644 --- a/shim/libGL.so.c.dlopen +++ b/shim/libGL.so.c.dlopen @@ -28,10 +28,10 @@ static void *_dlopen (const char *filename, int flag) if( !handle && libgl_self_dl_hack ) { - fprintf( stderr, "dlmopen(\"%s\", %d) failed: %s", + fprintf( stderr, "dlmopen(\"%s\", %d) failed: %s\n", filename, flag, dlerror() ); fprintf( stderr, " This can occur if your dri driver is not linked " - "with libglapi.so.\n This bug is known to exist in Mesa " + "with libglapi.so.\n This bug is known to affect Mesa " "versions before 17.x\n" ); } -- GitLab