From f0fc23344105eb55c07783863ddeb0b71eec1746 Mon Sep 17 00:00:00 2001 From: Cory LaNou Date: Wed, 8 Apr 2015 15:35:00 -0600 Subject: [PATCH] update log message --- broker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker.go b/broker.go index 87024519b6..5ba12b5343 100644 --- a/broker.go +++ b/broker.go @@ -81,7 +81,7 @@ func (b *Broker) continuousQueryLoop(done chan struct{}) { func (b *Broker) runContinuousQueries() { topic := b.Broker.Topic(BroadcastTopicID) if topic == nil { - log.Println("broker cq: no topics currently available.") + log.Println("broker cq: no broadcast topic currently available.") return // don't have any topics to get data urls from, give it up } dataURLs := topic.DataURLs()