Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-11 16:51:07 -0400
committerGitHub <noreply@github.com>2021-04-11 16:51:07 -0400
commitde693b70807bd5bc35be9e446ac9a8d9f3121ecd (patch)
tree4ca5a0b252f0c390e54242619314ac3ab502b26d /archinstall/lib/installer.py
parent6cc546887d6054c02d4f287f936ba7bf1fc24e04 (diff)
Make it yellow
Diffstat (limited to 'archinstall/lib/installer.py')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index 3b218dff..7aa64816 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -450,5 +450,5 @@ class Installer():
vconsole.write(f'KEYMAP={language}\n')
vconsole.write(f'FONT=lat9w-16\n')
else:
- self.log(f'Keyboard language was not changed from default (no language specified).', level=LOG_LEVELS.Info)
+ self.log(f'Keyboard language was not changed from default (no language specified).', fg="yellow", level=LOG_LEVELS.Info)
return True