diff options
author | 2007-05-29 20:41:41 +0000 | |
---|---|---|
committer | 2007-05-29 20:41:41 +0000 | |
commit | bb6a3efc68f6b3b0a288a740665f73d1032e7ebe (patch) | |
tree | c98721def5dd4a41bae92ba57a3cf7e54f8820c3 | |
parent | start of dumpconf() unification, which one day we can pray will be MI (diff) | |
download | wireguard-openbsd-bb6a3efc68f6b3b0a288a740665f73d1032e7ebe.tar.xz wireguard-openbsd-bb6a3efc68f6b3b0a288a740665f73d1032e7ebe.zip |
Make stimeout a debug print. It has no value for users to see it.
prompted by deraadt
ok dlg
-rw-r--r-- | sys/dev/ic/ami.c | 6 |
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: |