aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2006-03-04 21:46:34 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2006-03-04 21:46:34 +0000
commit1977cbd6cf2647d9ec8fc4add3fc0c6be5a40789 (patch)
tree954b03f2e4d4d31891b426c658063448d8ee9d7b /sys/dev/mpt
parent42ae38e9ec04d057aeb99f6aa7d47bde61879f28 (diff)
Notes
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c
index 89d9eaf29a5ba..adffd4444a2d9 100644
--- a/sys/dev/mpt/mpt.c
+++ b/sys/dev/mpt/mpt.c
@@ -502,12 +502,12 @@ mpt_event_reply_handler(struct mpt_softc *mpt, request_t *req,
handled += pers->event(mpt, req, msg);
if (handled == 0 && mpt->mpt_pers_mask == 0) {
- mpt_lprt(mpt, MPT_PRT_WARN,
+ mpt_lprt(mpt, MPT_PRT_INFO,
"No Handlers For Any Event Notify Frames. "
"Event %#x (ACK %sequired).\n",
msg->Event, msg->AckRequired? "r" : "not r");
} else if (handled == 0) {
- mpt_prt(mpt,
+ mpt_lprt(mpt, MPT_PRT_WARN,
"Unhandled Event Notify Frame. Event %#x "
"(ACK %sequired).\n",
msg->Event, msg->AckRequired? "r" : "not r");