summaryrefslogtreecommitdiff
path: root/reloadBranches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-17 09:48:29 -0600
committerJeff Carr <[email protected]>2025-01-17 09:48:29 -0600
commit0773f20d00380690911f2b146e80b9630d90aef9 (patch)
tree2a12ac582efa9994ec515dc40b671eac73e4acc3 /reloadBranches.go
parenta477ea8f8fe7a4b8394ad3f5dc59e25106aa39ae (diff)
better output
Diffstat (limited to 'reloadBranches.go')
-rw-r--r--reloadBranches.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/reloadBranches.go b/reloadBranches.go
index cfae561..a2c6024 100644
--- a/reloadBranches.go
+++ b/reloadBranches.go
@@ -61,8 +61,9 @@ func (repo *Repo) CheckBranches() bool {
if hash == hashCheck {
// log.Info("notsure why this git show is here", hash)
} else {
- log.Log(WARN, repo.GetFullPath(), hash, r.Stdout, b)
- log.Log(WARN, "UNKNOWN BRANCHES IN THIS REPO", cmd)
+ // log.Log(WARN, repo.GetFullPath(), hash, "UNKNOWN BRANCH", r.Stdout, b, cmd)
+ log.Printf("UNKNOWN BRANCH %-50s %s %s %s\n", repo.GetFullPath(), r.Stdout, cmd, b)
+ // log.Log(WARN, repo.GetFullPath(), hash, "UNKNOWN BRANCHES IN THIS REPO", cmd)
// repo.versionCmdOutput.SetText("UNKNOWN BRANCHES")
perfect = false
// parts := strings.Split(b, "/")