better output
This commit is contained in:
parent
a477ea8f8f
commit
0773f20d00
|
@ -61,8 +61,9 @@ func (repo *Repo) CheckBranches() bool {
|
||||||
if hash == hashCheck {
|
if hash == hashCheck {
|
||||||
// log.Info("notsure why this git show is here", hash)
|
// log.Info("notsure why this git show is here", hash)
|
||||||
} else {
|
} else {
|
||||||
log.Log(WARN, repo.GetFullPath(), hash, r.Stdout, b)
|
// log.Log(WARN, repo.GetFullPath(), hash, "UNKNOWN BRANCH", r.Stdout, b, cmd)
|
||||||
log.Log(WARN, "UNKNOWN BRANCHES IN THIS REPO", 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")
|
// repo.versionCmdOutput.SetText("UNKNOWN BRANCHES")
|
||||||
perfect = false
|
perfect = false
|
||||||
// parts := strings.Split(b, "/")
|
// parts := strings.Split(b, "/")
|
||||||
|
|
Loading…
Reference in New Issue