From 300624d4f35236a18ad3416ecc7f13a58de82780 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 7 Aug 2001 05:15:59 +0000 Subject: * fhandler_console.cc (get_tty_stuff): Don't initialize shared memory console area if it is already initialized. * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Augment debugging info. --- winsup/cygwin/fhandler_termios.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler_termios.cc') diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc index 606c689ca..4a8c23862 100644 --- a/winsup/cygwin/fhandler_termios.cc +++ b/winsup/cygwin/fhandler_termios.cc @@ -65,7 +65,7 @@ fhandler_termios::tcinit (tty_min *this_tc, int force) int fhandler_termios::tcsetpgrp (const pid_t pgid) { - termios_printf ("pgid %d, sid %d, tsid %d", pgid, + termios_printf ("tty %d pgid %d, sid %d, tsid %d", tc->ntty, pgid, myself->sid, tc->getsid ()); if (myself->sid != tc->getsid ()) { -- cgit v1.2.3