summaryrefslogtreecommitdiff
path: root/tableRepos.go
diff options
context:
space:
mode:
Diffstat (limited to 'tableRepos.go')
-rw-r--r--tableRepos.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tableRepos.go b/tableRepos.go
index 863e35c..7c1c897 100644
--- a/tableRepos.go
+++ b/tableRepos.go
@@ -103,4 +103,5 @@ func printPackagingTable(pb *gitpb.Repos) {
col.Width = -1
tablePB.PrintTable()
+ log.Printf("wit.packagingTable() %d repos\n", pb.Len())
}