diff options
author | Christopher Faylor <me@cgf.cx> | 2004-02-14 04:58:31 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-02-14 04:58:31 +0000 |
commit | cf2b4018b0c5d954948caf8165137728703d0fc0 (patch) | |
tree | d2e1c56c735a4a259cc7a6a7a91d41710c535d50 /winsup/cygwin/sigproc.cc | |
parent | c21e74cce84389cfbde36b355b8c60810a40ee0c (diff) | |
download | cygnal-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.cc | 2 |
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); } |