Bug 497575 - Minor string typo in loader/cdinstall.c
Summary: Minor string typo in loader/cdinstall.c
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-24 19:37 UTC by James Laska
Modified: 2013-09-02 06:35 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-19 14:30:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description James Laska 2009-04-24 19:37:02 UTC
diff --git a/loader/cdinstall.c b/loader/cdinstall.c
index 8dea2f9..d29db7d 100644
--- a/loader/cdinstall.c
+++ b/loader/cdinstall.c
@@ -338,7 +338,7 @@ static char *setupCdrom(char *location, struct loaderData_s *loaderData,
             if (!FL_CMDLINE(flags))
                 winStatus(60, 3, _("Scanning"), _("Looking for installation images on CD device %s"), devices[i]->device);
             else
-                printf(_("Looking for installation images on CD device %s"), devices[i]->device);
+                printf(_("Looking for installation images on CD device %s\n"), devices[i]->device);
 
             fd = open(devices[i]->device, O_RDONLY | O_NONBLOCK);
             if (fd < 0) {

Comment 1 Jeremy Katz 2009-04-28 17:43:09 UTC
We're after string freeze so can't really do this now.  Marking appropriately for f12

Comment 2 Chris Lumens 2009-05-19 14:30:18 UTC
Pow!  Committed!


Note You need to log in before you can comment on or make changes to this bug.