Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-06-05 23:18:33 +0400
committerChristopher Faylor <me@cgf.cx>2003-06-05 23:18:33 +0400
commit979233a51a00f80d2db623842f0ecca05da31f74 (patch)
treeb2491090f74a216b5ca0f6209b7111e902424835 /winsup/cygwin/cygthread.cc
parent2ec27e11806bdd9a9db0ebae64e301e5fa42934b (diff)
* cygthread.cc (cygthread::terminate_thread): Change system_printf to
debug_printf.
Diffstat (limited to 'winsup/cygwin/cygthread.cc')
-rw-r--r--winsup/cygwin/cygthread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygthread.cc b/winsup/cygwin/cygthread.cc
index 4945c5bb5..2d45f2917 100644
--- a/winsup/cygwin/cygthread.cc
+++ b/winsup/cygwin/cygthread.cc
@@ -255,7 +255,7 @@ cygthread::terminate_thread ()
if (!m.RegionSize)
system_printf ("m.RegionSize 0? stack_ptr %p", stack_ptr);
else if (!VirtualFree (m.AllocationBase, 0, MEM_RELEASE))
- system_printf ("VirtualFree of allocation base %p<%p> failed, %E",
+ debug_printf ("VirtualFree of allocation base %p<%p> failed, %E",
stack_ptr, m.AllocationBase);
if (is_freerange)