From 9c7dea7fce35914ac153925ca7ea3a7ca37fcb55 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 17 Aug 2004 18:23:50 +0000 Subject: printf repair --- sys/dev/pci/if_bge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/if_bge.c') diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 4ba9e36770b..6e189a02efe 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.28 2004/08/05 19:57:17 brad Exp $ */ +/* $OpenBSD: if_bge.c,v 1.29 2004/08/17 18:23:49 deraadt Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -1597,7 +1597,7 @@ bge_attach(parent, self, aux) /* * A Broadcom chip was detected. Inform the world. */ - printf(": address: %s\n", + printf(" address %s\n", ether_sprintf(sc->arpcom.ac_enaddr)); /* Allocate the general information block and ring buffers. */ -- cgit v1.2.3