]> Zhao Yanbai Git Server - minix.git/commitdiff
reply failed to whom?
authorBen Gras <ben@minix3.org>
Fri, 24 Mar 2006 12:45:35 +0000 (12:45 +0000)
committerBen Gras <ben@minix3.org>
Fri, 24 Mar 2006 12:45:35 +0000 (12:45 +0000)
drivers/tty/tty.c

index 8549b1ef21f39422e6afa15d7f69b6075e4d6e65..7598f83a37a35ef332394eba582f34e871a057d7 100644 (file)
@@ -1478,6 +1478,7 @@ int status;                       /* reply code */
   tty_mess.REP_STATUS = status;
 
   if ((status = send(replyee, &tty_mess)) != OK) {
+       printf("TTY: couldn't reply to %d\n", replyee);
        panic("TTY","tty_reply failed, status\n", status);
   }
 }