]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygthread.cc (cygthread::terminate_thread): Change system_printf to
authorChristopher Faylor <me@cgf.cx>
Thu, 5 Jun 2003 19:18:33 +0000 (19:18 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 5 Jun 2003 19:18:33 +0000 (19:18 +0000)
debug_printf.

winsup/cygwin/ChangeLog
winsup/cygwin/cygthread.cc

index d5007e2c1571229ad01ffe55989d2a4fc1d65907..fdce9f451c3078339919f957ba3660f8f2ef7c86 100644 (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
index 4945c5bb596c5a6cbc67534e425d1282b1c92e86..2d45f2917f53c343d3fc2c44101ec87f129ca972 100644 (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)
This page took 0.036362 seconds and 5 git commands to generate.