diff options
Diffstat (limited to 'usr/src/boot/common')
-rw-r--r-- | usr/src/boot/common/console.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/usr/src/boot/common/console.c b/usr/src/boot/common/console.c index 4b0b5c5eb3..3f65566d6c 100644 --- a/usr/src/boot/common/console.c +++ b/usr/src/boot/common/console.c @@ -23,7 +23,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - +/* + * Copyright (c) 2019, Joyent, Inc. + */ #include <sys/cdefs.h> #include <stand.h> @@ -321,15 +323,6 @@ cons_change(const char *string, char **list) *list = cons_add_list(*list, curpos); 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); - } } } |