diff options
Diffstat (limited to 'usr/src/boot/common/console.c')
-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 0472ae7645..a847e19fb9 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> @@ -311,15 +313,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); - } } } |