aboutsummaryrefslogtreecommitdiff
path: root/gdb/dec-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dec-thread.c')
-rw-r--r--gdb/dec-thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dec-thread.c b/gdb/dec-thread.c
index 650b86c..88e8a85 100644
--- a/gdb/dec-thread.c
+++ b/gdb/dec-thread.c
@@ -700,7 +700,7 @@ dec_thread_get_ada_task_ptid (long lwp, long thread)
if (info->info.teb == (pthread_t) thread)
return ptid_build_from_info (*info);
- warning (_("Could not find thread id from THREAD = 0x%lx\n"), thread);
+ warning (_("Could not find thread id from THREAD = 0x%lx"), thread);
return inferior_ptid;
}