Author: mav
Date: Mon May 16 17:18:26 2016
New Revision: 299957
URL: https://svnweb.freebsd.org/changeset/base/299957

Log:
  Reduce verbosity of "now sending synthesized status" message.
  
  MFC after:    1 week

Modified:
  head/sys/dev/isp/isp_freebsd.c

Modified: head/sys/dev/isp/isp_freebsd.c
==============================================================================
--- head/sys/dev/isp/isp_freebsd.c      Mon May 16 17:06:44 2016        
(r299956)
+++ head/sys/dev/isp/isp_freebsd.c      Mon May 16 17:18:26 2016        
(r299957)
@@ -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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to