From cf2b4018b0c5d954948caf8165137728703d0fc0 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 14 Feb 2004 04:58:31 +0000 Subject: * sigproc.cc (proc_subproc): Change warning back to silent debug output. --- winsup/cygwin/sigproc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/sigproc.cc') diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 5d7e049be..8a4187327 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -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); } -- cgit v1.2.3