This is the mail archive of the cygwin-patches 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]

Remove debug printf from cygpath.cc



  Obvious fix for stray debug-printf, as mentioned on the main list.
http://cygwin.com/ml/cygwin/2006-01/msg00792.html

  (Am about to see if I have perms to check it in.)


2006-01-18  Dave Korn  <dave.korn@artimi.com>

	* cygpath.cc (dowin):  Remove stray debugging printf statement.

Index: cygpath.cc
===================================================================
RCS file: /cvs/src/src/winsup/utils/cygpath.cc,v
retrieving revision 1.40
diff -p -u -r1.40 cygpath.cc
--- cygpath.cc  22 Nov 2005 17:19:17 -0000      1.40
+++ cygpath.cc  18 Jan 2006 12:27:25 -0000
@@ -379,7 +379,6 @@ dowin (char option)
          GetWindowsDirectory (buf, MAX_PATH);
          strcat (buf, "\\Profiles");
        }
-fprintf (stderr, "************** buf %s\n", buf);
       break;

     case 'S':


    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....
 


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