From ad2bf251a38d06e3c5c8677dc792f44e322c22a0 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 20 Oct 2005 09:29:18 +0000 Subject: [PATCH] Don't print KMESSages, they are sent to tty separately. --- drivers/log/diag.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/log/diag.c b/drivers/log/diag.c index 7158678b7..b269458c0 100644 --- a/drivers/log/diag.c +++ b/drivers/log/diag.c @@ -68,9 +68,8 @@ message *m; /* notification message */ r ++; i ++; } - /* Now terminate the new message and print it. */ + /* Now terminate the new message and save it in the log. */ print_buf[i] = 0; - printf("%s", print_buf); log_append(print_buf, i); } -- 2.44.0