diff options
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ func sendActionToPlugin(a *widget.Action) { aplug.pluginChan = aplug.PluginChannel() log.Log(PLUG, "Action() retrieved", aplug.pluginChan) } - log.Verbose("Action() SEND to pluginChan", aplug.name, a.ActionType, a.WidgetType, a.WidgetId, a.ProgName) + log.Log(INFO, "Action() SEND to pluginChan", aplug.name, a.ActionType, a.WidgetType, a.WidgetId, a.ProgName) aplug.pluginChan <- *a // added during debugging. might be a good idea in general for a tactile experience // start playing with this |
