]> sourceware.org Git - newlib-cygwin.git/commitdiff
* fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.
authorChristopher Faylor <me@cgf.cx>
Sat, 23 Oct 2010 18:11:20 +0000 (18:11 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 23 Oct 2010 18:11:20 +0000 (18:11 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_tty.cc

index e9ee7c86404361dc335a274156f418f4b7155310..599d26fc3caf33ac940ba75ab5e3f30ae0db8f86 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-23  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.
+
 2010-10-23  Christopher Faylor  <me+cygwin@cgf.cx>
 
        * fhandler.h (fhandler_termios::tcinit): Make second argument
index 898469750e370340133d84897d2bc465dda6b2b2..f2616e7e238d7360eeb62030f70d6907811b45af 100644 (file)
@@ -1364,7 +1364,6 @@ fhandler_pty_master::open (int flags, mode_t)
   //
   // FIXME: Do this better someday
   fhandler_pty_master *arch = (fhandler_tty_master *) cmalloc_abort (HEAP_ARCHETYPES, sizeof (*this));
-small_printf ("tty%d myself->sid %d myself->pid %d this->tcgetpgrp %d\n", get_unit (), myself->sid, myself->pid, this->tcgetpgrp ());
   *((fhandler_pty_master **) cygheap->fdtab.add_archetype ()) = arch;
   archetype = arch;
   *arch = *this;
This page took 0.039268 seconds and 5 git commands to generate.