diff --git a/drivers/tty/tty.c b/drivers/tty/tty.c index 993cbbe3e..e10db0353 100644 --- a/drivers/tty/tty.c +++ b/drivers/tty/tty.c @@ -1478,7 +1478,7 @@ int status; /* reply code */ } if ((status = send(replyee, &tty_mess)) != OK) { - panic("TTY","tty_reply failed, status\n", status); + printf("tty: tty_reply to %d failed: %d\n", replyee, status); } }