svn commit: r321502 - head/sys/dev/mpr

Scott Long scottl at FreeBSD.org
Wed Jul 26 01:48:14 UTC 2017


Author: scottl
Date: Wed Jul 26 01:48:13 2017
New Revision: 321502
URL: https://svnweb.freebsd.org/changeset/base/321502

Log:
  Quiet a message that sounds far more dire than it really is.

Modified:
  head/sys/dev/mpr/mpr_sas.c

Modified: head/sys/dev/mpr/mpr_sas.c
==============================================================================
--- head/sys/dev/mpr/mpr_sas.c	Wed Jul 26 01:46:25 2017	(r321501)
+++ head/sys/dev/mpr/mpr_sas.c	Wed Jul 26 01:48:13 2017	(r321502)
@@ -2677,7 +2677,7 @@ mprsas_scsiio_complete(struct mpr_softc *sc, struct mp
 		if ((sassc->flags & MPRSAS_QUEUE_FROZEN) == 0) {
 			xpt_freeze_simq(sassc->sim, 1);
 			sassc->flags |= MPRSAS_QUEUE_FROZEN;
-			mpr_dprint(sc, MPR_INFO, "Error sending command, "
+			mpr_dprint(sc, MPR_XINFO, "Error sending command, "
 			    "freezing SIM queue\n");
 		}
 	}


More information about the svn-src-head mailing list