mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
debug format
This commit is contained in:
parent
cc40317207
commit
338953d172
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue