Panic message strings do not need a trailing \n.
Reviewed by: ken
This commit is contained in:
parent
a4bbd12ff1
commit
e3c29144fe
@ -1471,7 +1471,7 @@ camperiphscsisenseerror(union ccb *ccb, cam_flags camflags,
|
||||
break;
|
||||
}
|
||||
default:
|
||||
panic("Unhandled error action %x\n", err_action);
|
||||
panic("Unhandled error action %x", err_action);
|
||||
}
|
||||
|
||||
if ((err_action & SS_MASK) >= SS_START) {
|
||||
|
Loading…
Reference in New Issue
Block a user