aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2010-02-26 10:33:48 +0000
committerAlexander Motin <mav@FreeBSD.org>2010-02-26 10:33:48 +0000
commit0aacc53526a7ee15c987cca5304e2f573a7850ef (patch)
treeff4332f6e2db29861aac5e158817db0ba1773f9d /sys/cam
parentc59ee18a21806fa0b69457f81988615e6119d795 (diff)
downloadsrc-0aacc53526a7ee15c987cca5304e2f573a7850ef.tar.gz
src-0aacc53526a7ee15c987cca5304e2f573a7850ef.zip
Fix newlines broken at r204220.
Notes
Notes: svn path=/head/; revision=204353
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index b869c4baa841..4871e85b7972 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -1096,7 +1096,7 @@ xpt_announce_periph(struct cam_periph *periph, char *announce_string)
/* Announce command queueing. */
if (path->device->inq_flags & SID_CmdQue
|| path->device->flags & CAM_DEV_TAG_AFTER_COUNT) {
- printf("\n%s%d: Command Queueing enabled",
+ printf("%s%d: Command Queueing enabled\n",
periph->periph_name, periph->unit_number);
}
/* Announce caller's details if they've passed in. */