summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'table.go')
-rw-r--r--table.go2
1 files changed, 1 insertions, 1 deletions
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)
}