summaryrefslogtreecommitdiffstats
path: root/loader2/lang.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-11-09 23:59:45 +0000
committerJeremy Katz <katzj@redhat.com>2005-11-09 23:59:45 +0000
commit77ad74255cf5a5b85fa094172f98024c91e8037f (patch)
treeafd13c49ba7c94263d772fbf0c47010fe971a054 /loader2/lang.c
parenta659f5539068d19d419f113eb12c5ebaf61a4154 (diff)
downloadanaconda-77ad74255cf5a5b85fa094172f98024c91e8037f.tar.gz
anaconda-77ad74255cf5a5b85fa094172f98024c91e8037f.tar.xz
anaconda-77ad74255cf5a5b85fa094172f98024c91e8037f.zip
2005-11-09 Jeremy Katz <katzj@redhat.com>
* loader2/driverdisk.c: Clean up log levels. * loader2/firewire.c: Likewise. * loader2/hardware.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/lang.c: Likewise. * loader2/loader.c: Likewise. * loader2/log.h: Likewise. * loader2/mediacheck.c: Likewise. * loader2/method.c: Likewise. * loader2/modstubs.c: Likewise. * loader2/modules.c: Likewise. * loader2/net.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/urls.c: Likewise. * loader2/usb.c: Likewise.
Diffstat (limited to 'loader2/lang.c')
-rw-r--r--loader2/lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/lang.c b/loader2/lang.c
index f8f5fe642..b8223a14d 100644
--- a/loader2/lang.c
+++ b/loader2/lang.c
@@ -226,7 +226,7 @@ static int setupLanguage(int choice, int flags) {
char * buf;
int i;
- logMessage(INFO, "going to set language to %s", languages[choice].lc_all);
+ logMessage(DEBUGLVL, "going to set language to %s", languages[choice].lc_all);
/* load the language only if it is displayable. if they're using
* a serial console or iSeries vioconsole, we hope it's smart enough */
if ((!strcmp(languages[choice].font, "bterm") && !FL_SERIAL(flags) &&