From: Ben Gras Date: Fri, 24 Mar 2006 12:45:35 +0000 (+0000) Subject: reply failed to whom? X-Git-Tag: v3.1.2a~163 X-Git-Url: http://zhaoyanbai.com/repos/%22http:/static/doc/expat.png?a=commitdiff_plain;h=471c1e5f00f51bd8042d5621b25d8ced126a3c4e;p=minix.git reply failed to whom? --- diff --git a/drivers/tty/tty.c b/drivers/tty/tty.c index 8549b1ef2..7598f83a3 100644 --- a/drivers/tty/tty.c +++ b/drivers/tty/tty.c @@ -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); } }