]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygpath.cc (dowin): Remove stray debugging printf statement.
authorDave Korn <dave.korn.cygwin@gmail.com>
Wed, 18 Jan 2006 12:34:59 +0000 (12:34 +0000)
committerDave Korn <dave.korn.cygwin@gmail.com>
Wed, 18 Jan 2006 12:34:59 +0000 (12:34 +0000)
winsup/utils/ChangeLog
winsup/utils/cygpath.cc

index ef3a4e3b7140d6d8d0a650bb663ce00e5e663923..ca74fbfdc0aa7097d40cc9d906b4d8b00a5c3d60 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-18  Dave Korn  <dave.korn@artimi.com>
+
+       * cygpath.cc (dowin):  Remove stray debugging printf statement.
+
 2006-01-17  Corinna Vinschen  <corinna@vinschen.de>
 
        * Makefile.in: Replace etcdir with sysconfdir.
index 639bba5c1b65a60be849bfa1207192479b55b6a3..62657594c5cb55f08a2b86e1b30613fb3c175a43 100644 (file)
@@ -379,7 +379,6 @@ dowin (char option)
          GetWindowsDirectory (buf, MAX_PATH);
          strcat (buf, "\\Profiles");
        }
-fprintf (stderr, "************** buf %s\n", buf);
       break;
 
     case 'S':
This page took 0.032536 seconds and 5 git commands to generate.