glapi: use 'Mesa' in error messages
authorBrian Paul <brianp@vmware.com>
Wed, 5 Mar 2014 23:06:00 +0000 (16:06 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 7 Mar 2014 16:04:01 +0000 (09:04 -0700)
A user would have no idea what "_glthread_" is.  This removes the
last remaining instance of the _glthread_ string in Mesa.

Reviewed-by: Chia-I Wu <olv@lunarg.com>
src/mapi/u_thread.h

index 4b9ed164cdaa058d50370c434bdf40e45d203234..57c3b076af88c8938bfce7327938f235a1028439 100644 (file)
@@ -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"
 
 
 /*