summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2007-01-03 10:41:04 +0000
committermglocker <mglocker@openbsd.org>2007-01-03 10:41:04 +0000
commitab74403c9ff061771cbf61a32d67b5864a8e160f (patch)
tree4069dcb74bb587aaa9af1181adaf3a59e165a00c
parentDon't wrap line before printing MAC address. (diff)
downloadwireguard-openbsd-ab74403c9ff061771cbf61a32d67b5864a8e160f.tar.xz
wireguard-openbsd-ab74403c9ff061771cbf61a32d67b5864a8e160f.zip
Pretty printing of debug messages.
-rw-r--r--sys/dev/ic/bcw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/bcw.c b/sys/dev/ic/bcw.c
index 25a09517e62..8b94978ac4e 100644
--- a/sys/dev/ic/bcw.c
+++ b/sys/dev/ic/bcw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcw.c,v 1.22 2007/01/03 06:31:54 mglocker Exp $ */
+/* $OpenBSD: bcw.c,v 1.23 2007/01/03 10:41:04 mglocker Exp $ */
/*
* Copyright (c) 2006 Jon Simola <jsimola@gmail.com>
@@ -165,7 +165,7 @@ bcw_attach(struct bcw_softc *sc)
* Try and change to the ChipCommon Core
*/
if (bcw_change_core(sc, 0))
- DPRINTF(("%s: Selected ChipCommon Core\n",
+ DPRINTF(("\n%s: Selected ChipCommon Core\n",
sc->sc_dev.dv_xname));
/*