From a3324305356807c86879977e15ed0e43f1368135 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Tue, 29 May 2007 20:41:42 +0000 Subject: Make stimeout a debug print. It has no value for users to see it. prompted by deraadt ok dlg --- sys/dev/ic/ami.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/ic/ami.c') 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: -- cgit v1.2.3