Date: Tue, 24 May 2016 07:12:11 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r300579 - stable/10/sys/dev/isp Message-ID: <201605240712.u4O7CB2o074223@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Tue May 24 07:12:11 2016 New Revision: 300579 URL: https://svnweb.freebsd.org/changeset/base/300579 Log: MFC r299957: Reduce verbosity of "now sending synthesized status" message. Modified: stable/10/sys/dev/isp/isp_freebsd.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/dev/isp/isp_freebsd.c ============================================================================== --- stable/10/sys/dev/isp/isp_freebsd.c Tue May 24 07:11:31 2016 (r300578) +++ stable/10/sys/dev/isp/isp_freebsd.c Tue May 24 07:12:11 2016 (r300579) @@ -1363,7 +1363,7 @@ isp_target_start_ctio(ispsoftc_t *isp, u * 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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605240712.u4O7CB2o074223>