]> Zhao Yanbai Git Server - minix.git/commitdiff
Get out silly debug message
authorBen Gras <ben@minix3.org>
Thu, 13 Oct 2005 08:49:17 +0000 (08:49 +0000)
committerBen Gras <ben@minix3.org>
Thu, 13 Oct 2005 08:49:17 +0000 (08:49 +0000)
drivers/tty/tty.c

index f76c021f13d7ee37ba9933b88cd80a156fd1589f..6cf8e7760127883a275393c9cdcaf252bf3a6d99 100644 (file)
@@ -285,8 +285,8 @@ PUBLIC void main(void)
            case DEV_SELECT:     do_select(tp, &tty_mess);        break;
            case CANCEL:         do_cancel(tp, &tty_mess);        break;
            default:            
-               printf("Warning, TTY got unexpected request %d from %d (open is %d)\n",
-                       tty_mess.m_type, tty_mess.m_source, DEV_OPEN);
+               printf("Warning, TTY got unexpected request %d from %d\n",
+                       tty_mess.m_type, tty_mess.m_source);
            tty_reply(TASK_REPLY, tty_mess.m_source,
                                                tty_mess.PROC_NR, EINVAL);
        }