From 7fdb7ee788185b82befd6f59c4afb1a540ffd279 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Aug 2025 10:29:19 -0500 Subject: [PATCH] minor summary change --- humanTable.go | 1 + 1 file changed, 1 insertion(+) diff --git a/humanTable.go b/humanTable.go index 9bbe0bc..ecd114a 100644 --- a/humanTable.go +++ b/humanTable.go @@ -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 }