debug format

This commit is contained in:
Alex Goodman 2019-12-27 09:51:37 -05:00
parent cc40317207
commit 338953d172
No known key found for this signature in database
GPG Key ID: 150587AB82D3C4E6

View File

@ -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)