* pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.

This commit is contained in:
Christopher Faylor 2005-07-29 14:33:50 +00:00
parent 2b3fc7325c
commit b78b8f53ae
2 changed files with 5 additions and 0 deletions

View 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

View 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;
}