--- src/sys/bus/cam/cam_periph.c 2007/11/24 19:19:43 1.31 +++ src/sys/bus/cam/cam_periph.c 2007/11/25 01:30:55 1.32 @@ -1447,7 +1447,7 @@ camperiphscsisenseerror(union ccb *ccb, break; } default: - panic("Unhandled error action %x\n", err_action); + panic("Unhandled error action %x", err_action); } if ((err_action & SS_MASK) >= SS_START) {