summaryrefslogtreecommitdiff
path: root/plugins/websockets/pool
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/websockets/pool')
-rw-r--r--plugins/websockets/pool/workers_pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/websockets/pool/workers_pool.go b/plugins/websockets/pool/workers_pool.go
index 00e053ec..752ba3ce 100644
--- a/plugins/websockets/pool/workers_pool.go
+++ b/plugins/websockets/pool/workers_pool.go
@@ -93,7 +93,7 @@ func (wp *WorkersPool) do() { //nolint:gocognit
wp.subscriber.Connections(msg.Topic, res)
if len(res) == 0 {
- wp.log.Info("no such topic", "topic", msg.Topic)
+ wp.log.Info("no connections associated with provided topic", "topic", msg.Topic)
wp.put(res)
continue
}