Panic message strings do not need a trailing \n.

Reviewed by: ken
This commit is contained in:
Warner Losh 2002-11-14 05:35:57 +00:00
parent a4bbd12ff1
commit e3c29144fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106902

View File

@ -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) {