From 979233a51a00f80d2db623842f0ecca05da31f74 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 5 Jun 2003 19:18:33 +0000 Subject: * cygthread.cc (cygthread::terminate_thread): Change system_printf to debug_printf. --- winsup/cygwin/cygthread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/cygthread.cc') 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) -- cgit v1.2.3