Remove \n from debug_printf
This commit is contained in:
parent
1e2ce19b96
commit
82518b7c54
|
@ -151,7 +151,7 @@ _cygtls::fixup_after_fork ()
|
||||||
void
|
void
|
||||||
_cygtls::remove (DWORD wait)
|
_cygtls::remove (DWORD wait)
|
||||||
{
|
{
|
||||||
debug_printf ("wait %p\n", wait);
|
debug_printf ("wait %p", wait);
|
||||||
if (!locals.exitsock)
|
if (!locals.exitsock)
|
||||||
return;
|
return;
|
||||||
// FIXME: Need some sort of atthreadexit function to allow things like
|
// FIXME: Need some sort of atthreadexit function to allow things like
|
||||||
|
|
Loading…
Reference in New Issue