update log message

pull/2200/head
Cory LaNou 2015-04-08 15:35:00 -06:00
parent 913f8955bd
commit f0fc233441
1 changed files with 1 additions and 1 deletions

View File

@ -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()