Ever since the module registration system was introduced to this driver,
it's been printing out scary messages about "Unhanded Event Notify Frame" that are needlessly worrisome to users. Change this warning to only print out at an elevated debugging level.
This commit is contained in:
parent
0dafcd9ede
commit
fee67c1a14
@ -562,7 +562,8 @@ mpt_event_reply_handler(struct mpt_softc *mpt, request_t *req,
|
||||
"Event %#x (ACK %sequired).\n",
|
||||
msg->Event, msg->AckRequired? "r" : "not r");
|
||||
} else if (handled == 0) {
|
||||
mpt_lprt(mpt, MPT_PRT_WARN,
|
||||
mpt_lprt(mpt,
|
||||
msg->AckRequired? MPT_PRT_WARN : MPT_PRT_INFO,
|
||||
"Unhandled Event Notify Frame. Event %#x "
|
||||
"(ACK %sequired).\n",
|
||||
msg->Event, msg->AckRequired? "r" : "not r");
|
||||
|
Loading…
x
Reference in New Issue
Block a user