summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-05-24 06:32:18 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-05-24 06:32:18 +0000
commitdaefef7cae8f9499c3987b7c43b9b96d4c1a2293 (patch)
treebb6c1d358eae88c75d9da09296739b0764deefad /sys/dev/ppbus
parentccde2810d966e0016a2935aec6dd231e69697cfb (diff)
Notes
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/pps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c
index e8a233f14cd5..70758deedced 100644
--- a/sys/dev/ppbus/pps.c
+++ b/sys/dev/ppbus/pps.c
@@ -32,7 +32,7 @@
#define PPS_NAME "pps" /* our official name */
-#define PRVERBOSE(arg...) if (bootverbose) printf(##arg);
+#define PRVERBOSE(fmt, arg...) if (bootverbose) printf(fmt, ##arg);
struct pps_data {
struct ppb_device pps_dev;