]> Zhao Yanbai Git Server - minix.git/commitdiff
Don't print KMESSages, they are sent to tty separately.
authorBen Gras <ben@minix3.org>
Thu, 20 Oct 2005 09:29:18 +0000 (09:29 +0000)
committerBen Gras <ben@minix3.org>
Thu, 20 Oct 2005 09:29:18 +0000 (09:29 +0000)
drivers/log/diag.c

index 7158678b759640df70b96671a26d92f7e64c2c04..b269458c03daa1f7b636e6c3c2a2527998626d8e 100644 (file)
@@ -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);
   }