diff options
author | Chris Lumens <clumens@redhat.com> | 2006-10-02 21:15:40 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-10-02 21:15:40 +0000 |
commit | ff3c9563065f95bd884dd5e136706567c2c1934a (patch) | |
tree | 6f5f7244b70a130b13bc64e815a4773302eefd0b /loader2 | |
parent | 673afc353ee3cf86e1624e7b964432bbdfb8283f (diff) | |
download | anaconda-ff3c9563065f95bd884dd5e136706567c2c1934a.tar.gz anaconda-ff3c9563065f95bd884dd5e136706567c2c1934a.tar.xz anaconda-ff3c9563065f95bd884dd5e136706567c2c1934a.zip |
Fix a misleading message.
Diffstat (limited to 'loader2')
-rw-r--r-- | loader2/urlinstall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c index 432a19756..d14e2c530 100644 --- a/loader2/urlinstall.c +++ b/loader2/urlinstall.c @@ -360,7 +360,7 @@ int getFileFromUrl(char * url, char * dest, getHostandPath((proto == URL_METHOD_FTP ? url + 6 : url + 7), &host, &file, ret); - logMessage(INFO, "ks location: %s://%s/%s", + logMessage(INFO, "file location: %s://%s/%s", (proto == URL_METHOD_FTP ? "ftp" : "http"), host, file); chptr = strchr(host, '/'); |