]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/netbsd-nat.c
Remove some uses of printf_unfiltered
[thirdparty/binutils-gdb.git] / gdb / netbsd-nat.c
index 9e9014283cde0dc0a4c96f7d784737421d81120c..b8389ca14b602d7753f4d8bca7e70111c1b53ab6 100644 (file)
@@ -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);
        }