summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ami.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2007-05-29 20:41:42 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2007-05-29 20:41:42 +0000
commita3324305356807c86879977e15ed0e43f1368135 (patch)
tree8a2b9ec956e97168fb7ca318860126b36843aa75 /sys/dev/ic/ami.c
parent872493b3d04d0610e955d5256f8e65565f16136e (diff)
Make stimeout a debug print. It has no value for users to see it.
prompted by deraadt ok dlg
Diffstat (limited to 'sys/dev/ic/ami.c')
-rw-r--r--sys/dev/ic/ami.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 82c5911baf0..612dbb74917 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.179 2007/05/08 13:11:21 dlg Exp $ */
+/* $OpenBSD: ami.c,v 1.180 2007/05/29 20:41:41 marco Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -1093,8 +1093,8 @@ ami_stimeout(void *v)
* it off the hardware in case it finishes later, but we can
* warn the user to look at what is happening.
*/
- printf("%s: stimeout ccb %d, check volume state\n",
- DEVNAME(sc), cmd->acc_id);
+ AMI_DPRINTF(AMI_D_CMD, ("%s: stimeout ccb %d, check volume "
+ "state\n", DEVNAME(sc), cmd->acc_id));
break;
default: