aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/u_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/u_thread.h')
-rw-r--r--src/mapi/u_thread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapi/u_thread.h b/src/mapi/u_thread.h
index 4b9ed164cda..57c3b076af8 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"
/*