diff options
Diffstat (limited to 'gdb/netbsd-nat.c')
-rw-r--r-- | gdb/netbsd-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/netbsd-nat.c b/gdb/netbsd-nat.c index 9e90142..b8389ca 100644 --- a/gdb/netbsd-nat.c +++ b/gdb/netbsd-nat.c @@ -626,8 +626,8 @@ nbsd_nat_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, ourstatus->set_thread_exited (0); if (print_thread_events) - printf_unfiltered (_("[%s exited]\n"), - target_pid_to_str (wptid).c_str ()); + printf_filtered (_("[%s exited]\n"), + target_pid_to_str (wptid).c_str ()); delete_thread (thr); } |