* cygthread.cc (cygthread::terminate_thread): Change system_printf to

debug_printf.
This commit is contained in:
Christopher Faylor 2003-06-05 19:18:33 +00:00
parent 2ec27e1180
commit 979233a51a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-05 Christopher Faylor <cgf@redhat.com>
* cygthread.cc (cygthread::terminate_thread): Change system_printf to
debug_printf.
2003-06-04 Christopher Faylor <cgf@redhat.com>
* shared.cc (shared_info::heap_chunk_size): Be really defensive about

View File

@ -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)