diff options
| author | Jeff Carr <[email protected]> | 2025-03-10 23:26:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-10 23:26:49 -0500 |
| commit | b13cc14c82def248f15d8c8b0cee5633ae0e7d06 (patch) | |
| tree | c85df7067fea657358012d29caaa6f34f189ac03 /table.go | |
| parent | 1fd1dc4499ec31731f8648f3d97cd4c37281b551 (diff) | |
quiet output
Diffstat (limited to 'table.go')
| -rw-r--r-- | table.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |
