summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-02-14 04:58:31 +0000
committerChristopher Faylor <me@cgf.cx>2004-02-14 04:58:31 +0000
commitcf2b4018b0c5d954948caf8165137728703d0fc0 (patch)
treed2e1c56c735a4a259cc7a6a7a91d41710c535d50 /winsup/cygwin/sigproc.cc
parentc21e74cce84389cfbde36b355b8c60810a40ee0c (diff)
downloadcygnal-cf2b4018b0c5d954948caf8165137728703d0fc0.tar.gz
cygnal-cf2b4018b0c5d954948caf8165137728703d0fc0.tar.bz2
cygnal-cf2b4018b0c5d954948caf8165137728703d0fc0.zip
* sigproc.cc (proc_subproc): Change warning back to silent debug output.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc2
1 files changed, 1 insertions, 1 deletions
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);
}