1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

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

This commit is contained in:
Scott Long 2017-07-26 01:48:13 +00:00
parent 18388aa44a
commit 6c85e33ee8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321502

View File

@ -2677,7 +2677,7 @@ mprsas_scsiio_complete(struct mpr_softc *sc, struct mpr_command *cm)
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");
}
}