summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-cd.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2001-03-06 09:42:46 +0000
committersos <sos@FreeBSD.org>2001-03-06 09:42:46 +0000
commita0c9a8a6926be1f0f5febeb8e548d17463aafccb (patch)
tree57e204d777cda5cc4506ee05e9ab4828903201d1 /sys/dev/ata/atapi-cd.c
parentf42631d99bfda22569263829c0905787a10fdb2c (diff)
downloadFreeBSD-src-a0c9a8a6926be1f0f5febeb8e548d17463aafccb.zip
FreeBSD-src-a0c9a8a6926be1f0f5febeb8e548d17463aafccb.tar.gz
Cosmetic change to the probe printf's
Diffstat (limited to 'sys/dev/ata/atapi-cd.c')
-rw-r--r--sys/dev/ata/atapi-cd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c
index 19db00a..41c922f 100644
--- a/sys/dev/ata/atapi-cd.c
+++ b/sys/dev/ata/atapi-cd.c
@@ -474,7 +474,7 @@ acd_describe(struct acd_softc *cdp)
else
sprintf(devnum, "%d", cdp->lun);
- printf("acd%s: %s%s <%.40s> at ata%d-%s using %s\n",
+ printf("acd%s: %s%s <%.40s> at ata%d-%s %s\n",
devnum, (cdp->cap.write_dvdr) ? "DVD-R" :
(cdp->cap.write_dvdram) ? "DVD-RAM" :
(cdp->cap.write_cdrw) ? "CD-RW" :
OpenPOWER on IntegriCloud