diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-06-06 01:08:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-06-06 01:08:48 +0000 |
commit | cd88bda91c40e680c701a08881845e5d13b66821 (patch) | |
tree | 2546d95133f271e5016e22af98ca8ab7c9c1a965 /sys/arch/macppc | |
parent | 5d403a394ea56b27d9f3e5512098daf26c567839 (diff) |
Homogeneize dmesg output.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/dev/adb.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |