* sigproc.cc (proc_subproc): Change warning back to silent debug output.

This commit is contained in:
Christopher Faylor
2004-02-14 04:58:31 +00:00
parent c21e74cce8
commit cf2b4018b0
2 changed files with 6 additions and 1 deletions

View 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);
}