diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-01-11 08:19:05 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-01-11 08:19:05 +0000 |
commit | d82e1bfe4119db8c9c7975cea353bd70e0676968 (patch) | |
tree | 44e290961e94d82e69324209cf5cd33a148cdb9d /sys | |
parent | 793440804cf7c4b7b1aeb3f1d0224c93ad970225 (diff) |
make the timeout printf a debug message
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/nviic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/nviic.c b/sys/dev/pci/nviic.c index 079eee4a741..2a0e3f4b1f6 100644 --- a/sys/dev/pci/nviic.c +++ b/sys/dev/pci/nviic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nviic.c,v 1.2 2006/01/09 00:43:23 dlg Exp $ */ +/* $OpenBSD: nviic.c,v 1.3 2006/01/11 08:19:04 dlg Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -251,7 +251,7 @@ nviic_i2c_exec(void *arg, i2c_op_t op, i2c_addr_t addr, break; } if (i == 0) { - printf("%s: timeout\n", DEVNAME(sc)); + DPRINTF("%s: timeout\n", DEVNAME(sc)); return (1); } |