summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2019-04-01 10:13:58 +0000
committerJohn Levon <john.levon@joyent.com>2019-04-01 10:13:58 +0000
commite33d6ca5c79d2b749c9bf65eae53f5fb6e4013cb (patch)
tree873e7971af9a654511e1d5d4894775cc366fd32e
parent001fcdd9e24e10f0f713d66ade5b578899a617b8 (diff)
downloadillumos-joyent-e33d6ca5c79d2b749c9bf65eae53f5fb6e4013cb.tar.gz
re-fix console.cuefi
-rw-r--r--usr/src/boot/sys/boot/common/console.c9
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);
- }
}
}