cygwin: remove accidentally committed debug statments
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
662740b3d0
commit
2d2833dfab
@ -1635,10 +1635,8 @@ fhandler_disk_file::pwrite (void *buf, size_t count, off_t offset)
|
|||||||
|
|
||||||
if (!prw_handle && prw_open (true))
|
if (!prw_handle && prw_open (true))
|
||||||
goto non_atomic;
|
goto non_atomic;
|
||||||
debug_printf ("Before NtWriteFile, io %Y", io.Information);
|
|
||||||
status = NtWriteFile (prw_handle, NULL, NULL, NULL, &io, buf, count,
|
status = NtWriteFile (prw_handle, NULL, NULL, NULL, &io, buf, count,
|
||||||
&off, NULL);
|
&off, NULL);
|
||||||
debug_printf ("After NtWriteFile, io %Y, status %y", io.Information);
|
|
||||||
if (!NT_SUCCESS (status))
|
if (!NT_SUCCESS (status))
|
||||||
{
|
{
|
||||||
__seterrno_from_nt_status (status);
|
__seterrno_from_nt_status (status);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user