minor summary change

This commit is contained in:
Jeff Carr 2025-08-29 10:29:19 -05:00
parent ba3846b5f2
commit 7fdb7ee788
1 changed files with 1 additions and 0 deletions

View File

@ -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
}