OSDN Git Service

* sigproc.cc (proc_subproc): Change warning back to silent debug output.
authorcgf <cgf>
Sat, 14 Feb 2004 04:58:31 +0000 (04:58 +0000)
committercgf <cgf>
Sat, 14 Feb 2004 04:58:31 +0000 (04:58 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/sigproc.cc

index 5a298bf..25d7b31 100644 (file)
@@ -1,5 +1,10 @@
 2004-02-13  Christopher Faylor  <cgf@redhat.com>
 
+       * sigproc.cc (proc_subproc): Change warning back to silent debug
+       output.
+
+2004-02-13  Christopher Faylor  <cgf@redhat.com>
+
        * dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.
        (alloc_stack): Ditto.
        * exceptions.cc (ctrl_c_handler): Add debugging output.
index 5d7e049..8a41873 100644 (file)
@@ -374,7 +374,7 @@ proc_subproc (DWORD what, DWORD val)
         way to deal with this and could lead to process hangs.  */
       if (nzombies >= NZOMBIES)
        {
-         system_printf ("zombie table overflow %d", thiszombie);
+         sigproc_printf ("zombie table overflow %d", thiszombie);
          remove_zombie (thiszombie);
        }