Bug 497575

Summary: Minor string typo in loader/cdinstall.c
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, jturner, pjones, rmaximo, vanmeeuwen+fedora
Target Milestone: ---Keywords: Patch, StringChange
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-19 14:30:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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!