diff options
Diffstat (limited to 'plugins/websockets/rpc.go')
-rw-r--r-- | plugins/websockets/rpc.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/websockets/rpc.go b/plugins/websockets/rpc.go index 2b3ae54e..f917bd53 100644 --- a/plugins/websockets/rpc.go +++ b/plugins/websockets/rpc.go @@ -14,6 +14,7 @@ type rpc struct { func (r *rpc) Publish(msg []*pubsub.Msg, ok *bool) error { const op = errors.Op("broadcast_publish") + r.log.Debug("message published", "msg", msg) // publish to the registered broker mi := make([]pubsub.Message, 0, len(msg)) |