diff options
Diffstat (limited to 'tableDefault.go')
| -rw-r--r-- | tableDefault.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tableDefault.go b/tableDefault.go index 823fa98..49c16c2 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -5,6 +5,7 @@ package forgepb import ( "go.wit.com/lib/gui/shell" "go.wit.com/lib/protobuf/gitpb" + "go.wit.com/log" ) // this is the default table layout for repos in forge @@ -12,6 +13,7 @@ import ( func (f *Forge) PrintDefaultTB(pb *gitpb.Repos) { tablePB := f.makeDefaultTB(pb) tablePB.PrintTable() + log.Printf("fpb.PrintDefaultTB: %d repos\n", pb.Len()) } func (f *Forge) getRepoType(repo *gitpb.Repo) string { |
