about summary refs log tree commit diff
path: root/linuxthreads_db/td_ta_get_nthreads.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads_db/td_ta_get_nthreads.c')
-rw-r--r--linuxthreads_db/td_ta_get_nthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads_db/td_ta_get_nthreads.c b/linuxthreads_db/td_ta_get_nthreads.c
index f275a25e71..839b56be59 100644
--- a/linuxthreads_db/td_ta_get_nthreads.c
+++ b/linuxthreads_db/td_ta_get_nthreads.c
@@ -25,7 +25,7 @@ td_ta_get_nthreads (const td_thragent_t *ta, int *np)
 {
   psaddr_t addr;
 
-  LOG (__FUNCTION__);
+  LOG ("td_ta_get_nthreads");
 
   /* Test whether the TA parameter is ok.  */
   if (! ta_ok (ta))