This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] cygwin: remove accidentally committed debug statments


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2d2833dfab8eaeeaad41b9c305b94c1d6e3b4a27

commit 2d2833dfab8eaeeaad41b9c305b94c1d6e3b4a27
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Nov 28 13:12:07 2017 +0100

    cygwin: remove accidentally committed debug statments
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/fhandler_disk_file.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/winsup/cygwin/fhandler_disk_file.cc b/winsup/cygwin/fhandler_disk_file.cc
index 149c804..5dfcae4 100644
--- a/winsup/cygwin/fhandler_disk_file.cc
+++ b/winsup/cygwin/fhandler_disk_file.cc
@@ -1635,10 +1635,8 @@ fhandler_disk_file::pwrite (void *buf, size_t count, off_t offset)
 
       if (!prw_handle && prw_open (true))
 	goto non_atomic;
-      debug_printf ("Before NtWriteFile, io %Y", io.Information);
       status = NtWriteFile (prw_handle, NULL, NULL, NULL, &io, buf, count,
 			    &off, NULL);
-      debug_printf ("After NtWriteFile, io %Y, status %y", io.Information);
       if (!NT_SUCCESS (status))
 	{
 	  __seterrno_from_nt_status (status);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]