From a8cde5da23d912ce2b5daa52083bedc296750ff5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Oct 2025 17:19:35 -0500 Subject: more movement towards state in the PB --- reloadParseGitConfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reloadParseGitConfig.go') 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] -- cgit v1.2.3