summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/cam_periph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c
index 4086ae3..5bab8fb 100644
--- a/sys/cam/cam_periph.c
+++ b/sys/cam/cam_periph.c
@@ -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) {
OpenPOWER on IntegriCloud