Fix newlines broken at r204220.

This commit is contained in:
Alexander Motin 2010-02-26 10:33:48 +00:00
parent c59ee18a21
commit 0aacc53526
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204353

View File

@ -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. */