From 02b8232629807ca3e37b99489f8191c549f7569a Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 10 Jul 2011 19:50:29 +0200 Subject: small dbug cleanup --- mysys/my_thr_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/my_thr_init.c') diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c index 146a223a9e3..36f86bf99ce 100644 --- a/mysys/my_thr_init.c +++ b/mysys/my_thr_init.c @@ -278,7 +278,7 @@ my_bool my_thread_init(void) my_bool error=0; #ifdef EXTRA_DEBUG_THREADS - fprintf(stderr,"my_thread_init(): thread_id: 0x%lx\n", + fprintf(stderr,"my_thread_init(): pthread_self: 0x%lx\n", (ulong) pthread_self()); #endif -- cgit v1.2.1