aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isp/isp_target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c
index ab9b43d37b31a..23f7782b530af 100644
--- a/sys/dev/isp/isp_target.c
+++ b/sys/dev/isp/isp_target.c
@@ -1158,7 +1158,7 @@ isp_handle_ctio2(isp, ct)
* CTIO rejected by the firmware because an invalid RX_ID.
* Just print a message.
*/
- PRINTF("%s: CTIO2 completed with Invalid RX_ID 0x%x",
+ PRINTF("%s: CTIO2 completed with Invalid RX_ID 0x%x\n",
isp->isp_name, ct->ct_rxid);
break;