summaryrefslogtreecommitdiff
path: root/sys/dev/atapiscsi/atapiscsi.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-18 20:37:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-18 20:37:22 +0000
commitb1796dfdc7af896599a3fd564fbd818820380b01 (patch)
treee84df9963f781a850e27e5b48c3382cfe56b8e78 /sys/dev/atapiscsi/atapiscsi.c
parent5d9557b2e9034c3a49886cd1d8695a3f2b385df6 (diff)
typo from 1.50; biorn@chips.chalmers.se
Diffstat (limited to 'sys/dev/atapiscsi/atapiscsi.c')
-rw-r--r--sys/dev/atapiscsi/atapiscsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c
index 35efc0ad65e..f2237d7e8a9 100644
--- a/sys/dev/atapiscsi/atapiscsi.c
+++ b/sys/dev/atapiscsi/atapiscsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atapiscsi.c,v 1.51 2001/07/31 07:07:00 csapuntz Exp $ */
+/* $OpenBSD: atapiscsi.c,v 1.52 2001/08/18 20:37:21 deraadt Exp $ */
/*
* This code is derived from code with the copyright below.
@@ -95,7 +95,7 @@ enum atapi_drive_states {
int wdcdebug_atapi_mask = 0;
#define WDCDEBUG_PRINT(args, level) \
if (wdcdebug_atapi_mask & (level)) \
- lprintf args
+ printf args
#else
#define WDCDEBUG_PRINT(args, level)
#endif