[Mesa-dev] [PATCH 1/2] glapi: use 'Mesa' in error messages

Brian Paul brianp at vmware.com
Wed Mar 5 15:06:08 PST 2014


A user would have no idea what "_glthread_" is.  This removes the
last remaining instance of the _glthread_ string in Mesa.
---
 src/mapi/u_thread.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mapi/u_thread.h b/src/mapi/u_thread.h
index 0fc9392..78f2269 100644
--- a/src/mapi/u_thread.h
+++ b/src/mapi/u_thread.h
@@ -57,9 +57,9 @@
 /*
  * Error messages
  */
-#define INIT_TSD_ERROR "_glthread_: failed to allocate key for thread specific data"
-#define GET_TSD_ERROR "_glthread_: failed to get thread specific data"
-#define SET_TSD_ERROR "_glthread_: thread failed to set thread specific data"
+#define INIT_TSD_ERROR "Mesa: failed to allocate key for thread specific data"
+#define GET_TSD_ERROR "Mesa: failed to get thread specific data"
+#define SET_TSD_ERROR "Mesa: thread failed to set thread specific data"
 
 
 /*
-- 
1.7.10.4



More information about the mesa-dev mailing list