summaryrefslogtreecommitdiff
path: root/tablePB.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 18:53:21 -0500
committerJeff Carr <[email protected]>2025-09-26 19:04:48 -0500
commitecfdb58a48931389c5f27f465bf7478428cb385d (patch)
treeab46ed23c419db2667fbb867111ba44bb00a1313 /tablePB.go
parent2fb8dc546300f278255c0a5ee339b6a9c7e89d48 (diff)
add linux specific stty outputv0.0.13v0.0.12
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)