]> sourceware.org Git - newlib-cygwin.git/commitdiff
* pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.
authorChristopher Faylor <me@cgf.cx>
Fri, 29 Jul 2005 14:33:50 +0000 (14:33 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 29 Jul 2005 14:33:50 +0000 (14:33 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/pinfo.cc

index ebf673eccfaf13b5bc979280dcde4937985a3ab9..43525b26a0360bcec1df4312b8a404dab4aca811 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-29  Christopher Faylor  <cgf@timesys.com>
+
+       * pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.
+
 2005-07-29  Arto Huusko  <arto.huusko@wmdata.fi>
 
        * cygthread.cc (cygthread::simplestub): Wait for h to be filled out
index d7e73c29f243c4fe65e3f60e282f4da2748244b1..986dce5ef30fbbd89bcbb6db15d811b487c0e2c8 100644 (file)
@@ -233,6 +233,7 @@ pinfo::init (pid_t n, DWORD flag, HANDLE h0)
            case ERROR_INVALID_ADDRESS:
              mapaddr = NULL;
            }
+         debug_printf ("MapViewOfFileEx h0 %p, i %d failed, %E", h0, i);
          low_priority_sleep (0);
          continue;
        }
This page took 0.03524 seconds and 5 git commands to generate.