From 471c1e5f00f51bd8042d5621b25d8ced126a3c4e Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 24 Mar 2006 12:45:35 +0000 Subject: [PATCH] reply failed to whom? --- drivers/tty/tty.c | 1 + 1 file changed, 1 insertion(+) 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); } } -- 2.44.0