From b13cc14c82def248f15d8c8b0cee5633ae0e7d06 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 10 Mar 2025 23:26:49 -0500 Subject: quiet output --- table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.go b/table.go index 4d2fac9..0824c34 100644 --- a/table.go +++ b/table.go @@ -136,7 +136,7 @@ func (parent *Node) ShowTable(pb *guipb.Table) { log.Info("unmarshal error", err) return } - log.Info("NewStable() send action to plugin", "pb len =", len(a.TablePB)) + log.Log(INFO, "ShowTable() send action to plugin", "marshal pb data len =", len(a.TablePB)) sendActionToPlugin(a) } -- cgit v1.2.3