From cd88bda91c40e680c701a08881845e5d13b66821 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 6 Jun 2005 01:08:48 +0000 Subject: Homogeneize dmesg output. --- sys/arch/macppc/dev/adb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/macppc') diff --git a/sys/arch/macppc/dev/adb.c b/sys/arch/macppc/dev/adb.c index ebb03fd70d8..533195bbbe0 100644 --- a/sys/arch/macppc/dev/adb.c +++ b/sys/arch/macppc/dev/adb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adb.c,v 1.9 2003/10/16 03:54:48 deraadt Exp $ */ +/* $OpenBSD: adb.c,v 1.10 2005/06/06 01:08:46 miod Exp $ */ /* $NetBSD: adb.c,v 1.6 1999/08/16 06:28:09 tsubai Exp $ */ /*- @@ -154,7 +154,7 @@ adbattach(struct device *parent, struct device *self, void *aux) break; } - printf("%d targets\n", totaladbs); + printf(", %d targets\n", totaladbs); #if NAED > 0 /* ADB event device for compatibility */ -- cgit v1.2.3