Inform about new thread in a single place.
[deliverable/binutils-gdb.git] / gdb / sol-thread.c
index 3142b2a528dd9316059be97f9b86e7f6b3316d63..796065d382add0d03ba73604a833c3c855843f4d 100644 (file)
@@ -461,10 +461,7 @@ sol_thread_wait (ptid_t ptid, struct target_waitstatus *ourstatus)
       if (is_thread (rtnval)
          && !ptid_equal (rtnval, save_ptid)
          && !in_thread_list (rtnval))
-       {
-         printf_filtered ("[New %s]\n", target_pid_to_str (rtnval));
-         add_thread (rtnval);
-       }
+       add_thread (rtnval);
     }
 
   /* During process initialization, we may get here without the thread
This page took 0.02512 seconds and 4 git commands to generate.