]> git.cworth.org Git - glaze/blobdiff - glaze-gl.c
Fix misleasing error message for unset GLAZE_WRAPPER variable.
[glaze] / glaze-gl.c
index 7248876b75da4940ee83e71430b9647f41ef801d..14d24d76c1bb875e4bd19a84fa39d675cf3460e1 100644 (file)
@@ -80,7 +80,7 @@ open_wrapper_handle (void)
 
        path = getenv ("GLAZE_WRAPPER");
        if (path == NULL) {
-               fprintf (stderr, "GLAZE_WRAPPER unset. Please set to path of real libGL.so under glaze.\n");
+               fprintf (stderr, "GLAZE_WRAPPER unset. Please set to path of Glaze-using wrapper library.\n");
                exit (1);
        }