summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2016-05-24 07:12:11 +0000
committermav <mav@FreeBSD.org>2016-05-24 07:12:11 +0000
commit21895d36585612acaa1ce213f1c41db399624c8f (patch)
tree4a55aec9d1ae7b78c7babce0c498274c484be055
parentc527f3612d7909899741ab223f2f5eaa8fb5e286 (diff)
downloadFreeBSD-src-21895d36585612acaa1ce213f1c41db399624c8f.zip
FreeBSD-src-21895d36585612acaa1ce213f1c41db399624c8f.tar.gz
MFC r299957: Reduce verbosity of "now sending synthesized status" message.
-rw-r--r--sys/dev/isp/isp_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 0473b1b..66fc66c 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -1363,7 +1363,7 @@ isp_target_start_ctio(ispsoftc_t *isp, union ccb *ccb, enum Start_Ctio_How how)
* and status, don't do it again and do the status portion now.
*/
if (atp->sendst) {
- isp_prt(isp, ISP_LOGTINFO, "[0x%x] now sending synthesized status orig_dl=%u xfered=%u bit=%u",
+ isp_prt(isp, ISP_LOGTDEBUG0, "[0x%x] now sending synthesized status orig_dl=%u xfered=%u bit=%u",
cso->tag_id, atp->orig_datalen, atp->bytes_xfered, atp->bytes_in_transit);
xfrlen = 0; /* we already did the data transfer */
atp->sendst = 0;
OpenPOWER on IntegriCloud