* shared.cc (open_shared): Add crucial bit of debugging info.
This commit is contained in:
parent
5e477e9a9b
commit
5cbcdfa9dd
|
@ -1,3 +1,7 @@
|
||||||
|
2005-09-23 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* shared.cc (open_shared): Add crucial bit of debugging info.
|
||||||
|
|
||||||
2005-09-23 Christopher Faylor <cgf@timesys.com>
|
2005-09-23 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
Semi-reversion of always-exit-from-sigthread change of 2005-09-15.
|
Semi-reversion of always-exit-from-sigthread change of 2005-09-15.
|
||||||
|
|
|
@ -155,7 +155,7 @@ open_shared (const char *name, int n, HANDLE& shared_h, DWORD size,
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
debug_printf ("name %s, shared %p (wanted %p), h %p", name, shared, addr, shared_h);
|
debug_printf ("name %s, n %d, shared %p (wanted %p), h %p", name, n, shared, addr, shared_h);
|
||||||
|
|
||||||
return shared;
|
return shared;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue