diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-07-10 19:50:29 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-07-10 19:50:29 +0200 |
commit | 02b8232629807ca3e37b99489f8191c549f7569a (patch) | |
tree | ac2f2a5a1183645651e80a91774fbd010c55fc69 /mysys/my_thr_init.c | |
parent | a00b384934212da25aa46838d95980b1cdfefb1e (diff) | |
download | mariadb-git-02b8232629807ca3e37b99489f8191c549f7569a.tar.gz |
small dbug cleanup
Diffstat (limited to 'mysys/my_thr_init.c')
-rw-r--r-- | mysys/my_thr_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |