diff options
author | 2010-09-22 00:35:19 +0000 | |
---|---|---|
committer | 2010-09-22 00:35:19 +0000 | |
commit | c53cf8d38eab828fca9407f61180b5fa3f7b27ac (patch) | |
tree | c622ba6a6f82387abe3f5f599b20ef5673574339 | |
parent | make the arguments match the format string in usage (diff) | |
download | wireguard-openbsd-c53cf8d38eab828fca9407f61180b5fa3f7b27ac.tar.xz wireguard-openbsd-c53cf8d38eab828fca9407f61180b5fa3f7b27ac.zip |
remove a leftover debug printf
ok krw@ marco@
-rw-r--r-- | sys/dev/ic/aic79xx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index 9ee52832171..3e4863496b8 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.46 2009/12/10 00:18:44 chl Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.47 2010/09/22 00:35:19 jsg Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -2251,7 +2251,6 @@ ahd_handle_nonpkt_busfree(struct ahd_softc *ahd) found = ahd_abort_scbs(ahd, target, 'A', saved_lun, tag, ROLE_INITIATOR, CAM_REQ_ABORTED); - printf("found == 0x%x\n", found); printerror = 0; } else if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_BUS_DEV_RESET, TRUE)) { |