diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-01-03 10:41:05 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-01-03 10:41:05 +0000 |
commit | 3d33115724666f0ed2c1ebd29f606e9d0a432308 (patch) | |
tree | cc425493635f5390924ad7325dea519332869e74 /sys/dev | |
parent | f0e93f92018b45efe82f244158b9994e8d2ba018 (diff) |
Pretty printing of debug messages.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/bcw.c | 4 |
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)); /* |