about summary refs log tree commit diff
path: root/linuxthreads_db/td_thr_validate.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads_db/td_thr_validate.c')
-rw-r--r--linuxthreads_db/td_thr_validate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads_db/td_thr_validate.c b/linuxthreads_db/td_thr_validate.c
index 354471071d..8821f0e846 100644
--- a/linuxthreads_db/td_thr_validate.c
+++ b/linuxthreads_db/td_thr_validate.c
@@ -28,7 +28,7 @@ td_thr_validate (const td_thrhandle_t *th)
   int pthread_threads_max = th->th_ta_p->pthread_threads_max;
   int cnt;
 
-  LOG (__FUNCTION__);
+  LOG ("td_thr_validate");
 
   /* Now get all descriptors, one after the other.  */
   for (cnt = 0; cnt < pthread_threads_max; ++cnt, ++handles)