summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--humanTable.go1
1 files changed, 1 insertions, 0 deletions
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
}