minor summary change
This commit is contained in:
parent
ba3846b5f2
commit
7fdb7ee788
|
@ -142,6 +142,7 @@ func tallyBranchTotals(t *tally, repo *gitpb.Repo) {
|
|||
t.user += 1
|
||||
return
|
||||
}
|
||||
log.Printf("unknown curr=%s master=%s devel=%s user=%s\n", repo.GetCurrentBranchName(), repo.GetMasterBranchName(), repo.GetDevelBranchName(), repo.GetUserBranchName())
|
||||
t.unknown += 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue