diff options
Diffstat (limited to 'reloadParseGitConfig.go')
| -rw-r--r-- | reloadParseGitConfig.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reloadParseGitConfig.go b/reloadParseGitConfig.go index 3497754..0a93dd7 100644 --- a/reloadParseGitConfig.go +++ b/reloadParseGitConfig.go @@ -146,7 +146,7 @@ func (repo *Repo) readGitConfig() (string, error) { repo.GitConfig.Branches[currentName].Merge = value default: log.Log(INFO, "error unknown remote:", currentSection, currentName, key, value) - log.Log(INFO, "unknown branch:", line) + log.Info("git .config unknown branch:", line) } case "submodule": // test, ok := rs.gitConfig.submodules[currentName] |
