diff options
author | 2000-01-25 21:02:32 +0000 | |
---|---|---|
committer | 2000-01-25 21:02:32 +0000 | |
commit | 3f329a274121fd5e901cc7047ba43e393a0f01e2 (patch) | |
tree | 5cbf969956b3966ce4c205ec865ee776130f1df3 | |
parent | Kludge to fix timestamp bug. (diff) | |
download | wireguard-openbsd-3f329a274121fd5e901cc7047ba43e393a0f01e2.tar.xz wireguard-openbsd-3f329a274121fd5e901cc7047ba43e393a0f01e2.zip |
fix dmesg print
-rw-r--r-- | sys/arch/mvme68k/dev/cl.c | 4 |
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 */ |