summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-25 21:02:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-25 21:02:33 +0000
commit3ac5e68ede37104a6e3e05da76329776cd648d10 (patch)
treebee8e252da906242ed3904feae725cc92f8bc484 /sys/arch
parentfaf66c36c9cb90b0b99d0390932b4ff587da3efc (diff)
fix dmesg print
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mvme68k/dev/cl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/cl.c b/sys/arch/mvme68k/dev/cl.c
index ad34596955c..80e7529ebb4 100644
--- a/sys/arch/mvme68k/dev/cl.c
+++ b/sys/arch/mvme68k/dev/cl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cl.c,v 1.18 2000/01/06 03:21:42 smurph Exp $ */
+/* $OpenBSD: cl.c,v 1.19 2000/01/25 21:02:32 deraadt Exp $ */
/*
* Copyright (c) 1995 Dale Rahn. All rights reserved.
@@ -269,7 +269,7 @@ clattach(parent, self, aux)
/* if this device is configured as console,
* line cl_cons.channel is the console */
sc->sc_cl[0].cl_consio = 1;
- printf(" console");
+ printf(": console");
} else {
/* reset chip only if we are not console device */
/* wait for GFRCR */