diff options
-rw-r--r-- | usr/src/boot/sys/boot/common/console.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/src/boot/sys/boot/common/console.c b/usr/src/boot/sys/boot/common/console.c index 1bcc6074a7..86d5535586 100644 --- a/usr/src/boot/sys/boot/common/console.c +++ b/usr/src/boot/sys/boot/common/console.c @@ -273,15 +273,6 @@ cons_change(const char *string) active++; continue; } - - if (active != 0) { - /* - * If no consoles have initialised we wouldn't - * see this. - */ - printf("console %s failed to initialize\n", - consoles[cons]->c_name); - } } } |