Change "Added binding ..." logs to vdebug.

This commit is contained in:
Florian Bruhin 2015-11-23 21:41:31 +01:00
parent b0d4ebe844
commit c73de6ea4d

View File

@ -362,7 +362,7 @@ class KeyConfigParser(QObject):
def _add_binding(self, sectname, keychain, command, *, force=False):
"""Add a new binding from keychain to command in section sectname."""
log.keyboard.debug("Adding binding {} -> {} in mode {}.".format(
log.keyboard.vdebug("Adding binding {} -> {} in mode {}.".format(
keychain, command, sectname))
if sectname not in self.keybindings:
self.keybindings[sectname] = collections.OrderedDict()