debug format
This commit is contained in:
parent
cc40317207
commit
338953d172
@ -60,7 +60,7 @@ func NewBindingFromConfig(gui *gocui.Gui, influence string, configKeys []string,
|
||||
for _, configKey := range configKeys {
|
||||
bindStr := viper.GetString(configKey)
|
||||
if bindStr == "" {
|
||||
logrus.Debug("skipping keybinding '%s' (no value given)", configKey)
|
||||
logrus.Debugf("skipping keybinding '%s' (no value given)", configKey)
|
||||
continue
|
||||
}
|
||||
logrus.Debugf("parsing keybinding '%s' --> '%s'", configKey, bindStr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user