Skip to content

Commit

Permalink
Update keyboard/src/modules/Keyboard.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: jsrain <jsrain@suse.cz>
  • Loading branch information
lslezak and jsrain committed Nov 9, 2018
1 parent cb87c45 commit 32edc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboard/src/modules/Keyboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def GetKeymapForLanguage(sys_language)
keyboard = GetKeyboardForLanguage(sys_language, "us")
keyboards = get_reduced_keyboard_db

Builtins.y2debug("reduced kbd db %1", keyboards)
log.debug("reduced kbd db: #{keyboards}")
# Get the entry from the reduced local map for the given language.
#
kbd_descr = Ops.get_list(keyboards, keyboard, [])
Expand Down

0 comments on commit 32edc50

Please sign in to comment.