summaryrefslogtreecommitdiff
path: root/tablePB.go
diff options
context:
space:
mode:
Diffstat (limited to 'tablePB.go')
-rw-r--r--tablePB.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tablePB.go b/tablePB.go
index c30baf6..8946175 100644
--- a/tablePB.go
+++ b/tablePB.go
@@ -30,6 +30,7 @@ func PrintTable(pb *guipb.Table) {
var args []string
var sizes []int
+ log.Info("INFO: table len=", len(pb.AnyCols))
// first print the table header
for _, col := range pb.AnyCols {
args = append(args, col.Header.Name)