From 4f8e6d3bd51e61c368acb8837f23ea3214abc806 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 18 Jan 2008 21:36:44 +0000 Subject: Print consoleness the canonical way. --- sys/dev/ic/z8530tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic') diff --git a/sys/dev/ic/z8530tty.c b/sys/dev/ic/z8530tty.c index 4e13aed4595..10ddebc1996 100644 --- a/sys/dev/ic/z8530tty.c +++ b/sys/dev/ic/z8530tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530tty.c,v 1.16 2006/04/27 19:31:44 deraadt Exp $ */ +/* $OpenBSD: z8530tty.c,v 1.17 2008/01/18 21:36:43 kettenis Exp $ */ /* $NetBSD: z8530tty.c,v 1.13 1996/10/16 20:42:14 gwr Exp $ */ /* @@ -234,7 +234,7 @@ zstty_attach(parent, self, aux) printf(" flags 0x%x", zst->zst_swflags); if (zst->zst_hwflags & ZS_HWFLAG_CONSOLE) - printf(" (console)"); + printf(": console"); else { #ifdef KGDB /* -- cgit v1.2.3