yaz_log: Log level tid logs thread ID
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Apr 2010 13:04:18 +0000 (15:04 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Apr 2010 13:04:18 +0000 (15:04 +0200)
Add new utility yaz_thread_id_cstr to return human-readable
ID of current thread. At this stage pthread_self is used. This
can be misleading because pthread_t (pointers presumably) are
reused between thread creations.


No differences found